Skip to content

Commit 2bcc537

Browse files
committed
Initial DazzleTools organization profile setup
1 parent 2de9947 commit 2bcc537

8 files changed

Lines changed: 844 additions & 75 deletions

File tree

.github/CODEOWNERS

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
# These owners will be the default owners for everything in
22
# the repo. Unless a later match takes precedence,
3-
# Dustin will be requested for review when someone opens a pull request.
4-
* @Dustin
5-
6-
# Core implementation
7-
*.js @Dustin
8-
*.py @Dustin
3+
# djdarcy will be requested for review when someone opens a pull request.
4+
* @djdarcy
95

106
# Documentation
11-
/docs/ @Dustin
12-
*.md @Dustin
7+
*.md @djdarcy
138

14-
# GitHub CI/CD
15-
/.github/ @Dustin
9+
# GitHub community health files
10+
/.github/ @djdarcy

.github/FUNDING.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# These are supported funding model platforms
2+
3+
github: djdarcy # GitHub Sponsors
4+
ko_fi: djdarcy # Ko-fi donations
5+
buy_me_a_coffee: djdarcy # Buy Me a Coffee
6+
7+
# Other platforms (uncomment if you have accounts)
8+
#patreon: # Patreon username
9+
#open_collective: # Open Collective username
10+
#tidelift: # Platform-name/package-name (e.g., npm/babel)
11+
#community_bridge: # Community Bridge project-name
12+
#liberapay: # Liberapay username
13+
#issuehunt: # IssueHunt username
14+
#otechie: # Otechie username
15+
#lfx_crowdfunding: # LFX Crowdfunding project-name
16+
#custom: ['https://example.com/sponsor'] # Up to 4 custom URLs
Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,26 @@
11
---
22
name: Bug report
3-
about: Create a report to help improve .github-repo
3+
about: Report an issue with organization profile or documentation
44
title: "[BUG] "
55
labels: bug
66
assignees: ''
77
---
88

9-
**Describe the bug**
10-
A clear and concise description of what the bug is.
9+
**Describe the issue**
10+
A clear and concise description of what's wrong.
1111

12-
**To Reproduce**
13-
Steps to reproduce the behavior:
14-
1.
15-
2.
16-
3.
12+
**Location**
13+
Which file or section has the issue:
14+
- [ ] Organization profile (profile/README.md)
15+
- [ ] Repository README
16+
- [ ] CONTRIBUTING.md
17+
- [ ] Other:
1718

1819
**Expected behavior**
19-
A clear and concise description of what you expected to happen.
20+
What should be displayed or how it should work.
2021

2122
**Screenshots**
2223
If applicable, add screenshots to help explain your problem.
2324

24-
**Environment:**
25-
- OS:
26-
- Version:
27-
2825
**Additional context**
2926
Add any other context about the problem here.
Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
11
---
22
name: Feature request
3-
about: Suggest an idea for .github-repo
3+
about: Suggest improvements for organization profile or documentation
44
title: "[FEATURE] "
55
labels: enhancement
66
assignees: ''
77
---
88

9-
**Is your feature request related to a problem? Please describe.**
10-
A clear and concise description of what the problem is.
9+
**What would you like to improve?**
10+
Choose one or more:
11+
- [ ] Organization profile content
12+
- [ ] Documentation clarity
13+
- [ ] Issue templates
14+
- [ ] GitHub Actions workflows
15+
- [ ] Other:
1116

12-
**Describe the solution you'd like**
13-
A clear and concise description of what you want to happen.
17+
**Describe your suggestion**
18+
A clear and concise description of what you'd like to see.
1419

15-
**Describe alternatives you've considered**
16-
A clear and concise description of any alternative solutions or features you've considered.
20+
**Why would this be helpful?**
21+
Explain how this would benefit the DazzleProj community.
1722

1823
**Additional context**
19-
Add any other context or screenshots about the feature request here.
24+
Add any other context, examples, or screenshots about the suggestion here.

CONTRIBUTING.md

Lines changed: 48 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Contributing to .github-repo
1+
# Contributing to DazzleProj
22

3-
Thank you for considering contributing to .github-repo!
3+
Thank you for considering contributing to the DazzleProj ecosystem!
44

55
## Code of Conduct
66

@@ -9,25 +9,59 @@ By participating in this project you agree to abide by its terms.
99

1010
## How Can I Contribute?
1111

12-
### Reporting Bugs
12+
### Improving Organization Profile
1313

14-
This section guides you through submitting a bug report.
14+
This repository contains the DazzleProj organization profile and community health files. You can contribute by:
1515

16-
### Suggesting Enhancements
16+
- Improving the organization README in `profile/README.md`
17+
- Suggesting better issue templates
18+
- Adding reusable GitHub Actions workflows
19+
- Improving documentation clarity
1720

18-
This section guides you through submitting an enhancement suggestion.
21+
### Reporting Issues
1922

20-
### Pull Requests
23+
Use the GitHub issue tracker to report:
24+
- Typos or unclear documentation
25+
- Broken links
26+
- Suggestions for organization-wide improvements
2127

22-
The process described here has several goals:
28+
### Suggesting Enhancements
2329

24-
1. Maintain the project's quality
25-
2. Fix problems that are important to users
26-
3. Enable a sustainable system for maintainers to review contributions
30+
Have ideas for organization-wide templates, workflows, or documentation? Open an issue to discuss:
31+
- New issue templates that would benefit all DazzleProj repositories
32+
- Reusable GitHub Actions workflows
33+
- Organization profile improvements
34+
- Community health file enhancements
2735

28-
Please follow these steps to have your contribution considered by the maintainers:
36+
### Pull Requests
37+
38+
Please follow these steps:
2939

3040
1. Fork the repository
31-
2. Create a new branch
41+
2. Create a new branch for your changes
3242
3. Make your changes
33-
4. Submit a pull request
43+
4. Test that links work and formatting is correct
44+
5. Submit a pull request with a clear description
45+
46+
## Contributing to Individual Projects
47+
48+
This repository is for organization-level files only. To contribute to specific DazzleProj tools or libraries:
49+
50+
- **[DazzleTools](https://github.com/DazzleTools)** - Command-line utilities
51+
- **[DazzleLib](https://github.com/DazzleLib)** - Python libraries
52+
- **[DazzleNodes](https://github.com/DazzleNodes)** - ComfyUI custom nodes
53+
- **[DazzleAI](https://github.com/DazzleAI)** - AI development tools
54+
55+
Each organization has its own contribution guidelines.
56+
57+
## Documentation Style
58+
59+
When improving documentation:
60+
- Use clear, concise language
61+
- Include examples where helpful
62+
- Test all links before submitting
63+
- Follow existing markdown formatting conventions
64+
65+
## Questions?
66+
67+
If you have questions about contributing, open an issue or reach out via the [DazzleProj discussion board](https://github.com/orgs/DazzleProj/discussions).

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2025 Dustin Darcy
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 22 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,44 @@
1-
# .github-repo
1+
# DazzleTools Organization Profile
22

3-
$badges
3+
This repository contains the organization profile and community health files for **DazzleTools**.
44

5-
DazzleTools organization profile and community health files
5+
## What is This Repository?
66

7-
## Overview
7+
The `.github` repository is a special GitHub repository that provides organization-wide community health files and the organization profile README that displays on the [DazzleTools organization page](https://github.com/DazzleTools).
88

9-
## Features
9+
## Contents
1010

11-
- Feature 1
12-
- Feature 2
13-
- Feature 3
11+
- **profile/README.md** - Organization profile displayed at https://github.com/DazzleTools
12+
- **.github/FUNDING.yml** - Sponsor button configuration
13+
- **.github/CODEOWNERS** - Default code owners for organization repositories
14+
- **.github/ISSUE_TEMPLATE/** - Default issue templates
1415

15-
## Installation
16+
## About DazzleTools
1617

17-
```bash
18-
# Installation instructions here
19-
```
18+
DazzleTools is the command-line utilities organization within the DazzleProj ecosystem. We provide standalone tools for file management, system diagnostics, and everyday tasks.
2019

21-
## Usage
20+
Part of the **[DazzleProj](https://github.com/DazzleProj)** ecosystem.
2221

23-
```bash
24-
# Usage examples here
25-
```
22+
## Contributing
2623

27-
## Development
24+
Contributions to improve the organization profile and community health files are welcome! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
2825

29-
### Prerequisites
26+
## Support the Project
3027

31-
- List prerequisites here
28+
If DazzleTools saves you time, please consider supporting continued development:
3229

33-
### Setup
34-
35-
```bash
36-
# Setup instructions here
37-
```
38-
39-
## Contributions
40-
Contributions are welcome! Please read our [Contributing Guide](CONTRIBUTING.md) for details on how to contribute.
30+
**[Become a GitHub Sponsor](https://github.com/sponsors/djdarcy)**
4131

4232
Like the project?
4333

4434
[!["Buy Me A Coffee"](https://camo.githubusercontent.com/0b448aabee402aaf7b3b256ae471e7dc66bcf174fad7d6bb52b27138b2364e47/68747470733a2f2f7777772e6275796d6561636f666665652e636f6d2f6173736574732f696d672f637573746f6d5f696d616765732f6f72616e67655f696d672e706e67)](https://www.buymeacoffee.com/djdarcy)
4535

4636
## License
4737

48-
This project is licensed under the terms specified in the LICENSE file.
38+
GPL-3.0 - See LICENSE file for details
4939

50-
## Acknowledgements
40+
## Links
5141

52-
Dustin 6962246+djdarcy@users.noreply.github.com
42+
- **Main Organization**: [github.com/DazzleProj](https://github.com/DazzleProj)
43+
- **Website**: [dazzleproj.com](https://dazzleproj.com)
44+
- **DazzleTools**: [github.com/DazzleTools](https://github.com/DazzleTools)

0 commit comments

Comments
 (0)