Skip to content

Commit

Permalink
🚜 Refactor Issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
jefftriplett authored Nov 5, 2024
1 parent 35970ad commit ce38d58
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 43 deletions.
43 changes: 0 additions & 43 deletions .github/_issue_template.md

This file was deleted.

35 changes: 35 additions & 0 deletions .github/issue_template.md
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.*

0 comments on commit ce38d58

Please sign in to comment.