-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
35970ad
commit ce38d58
Showing
2 changed files
with
35 additions
and
43 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
name: ⛔️ Add a New Project [Please Submit as Pull Request] | ||
about: How to submit a new Django project for the Awesome Django list | ||
title: '' | ||
labels: | ||
assignees: '' | ||
--- | ||
|
||
# ⚠️ Please Do Not Create an Issue to Submit Projects | ||
|
||
We've moved to a pull request-based submission process to manage contributions to the Awesome Django list better. | ||
|
||
## How to Submit Your Project | ||
|
||
1. Fork the repository | ||
2. Add your project to the appropriate category in `README.md` | ||
3. Submit a pull request and fill in our pull request template: | ||
|
||
## Submission Criteria | ||
|
||
To maintain the quality of our list, please ensure your project meets these criteria: | ||
- Has been maintained for a reasonable period | ||
- Provides clear documentation | ||
- Solves a specific problem or adds value to the Django ecosystem | ||
- Is actively maintained | ||
- Has a stable release history (for packages) | ||
|
||
## Need Help? | ||
|
||
If you need assistance with the submission process: | ||
1. Check our contribution guidelines in the repository | ||
2. Review existing pull requests for examples | ||
3. Open a discussion if you have questions about the process | ||
|
||
*This issue will be automatically closed. Please submit your project via pull request.* |