diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md deleted file mode 100644 index e2f60c2..0000000 --- a/.github/ISSUE_TEMPLATE/bug.md +++ /dev/null @@ -1,46 +0,0 @@ ---- -name: 🐛 Report a bug -about: Use this template for reporting new bugs. -title: "bug: " -labels: ["🐛 bug", "👀 needs triage"] ---- - -### Describe the bug - -A clear and concise description of what the bug is. - - - -### Steps to reproduce - -Describe how to reproduce the behavior. - - - -### Environment - -Select the places where the issue can be reproduced (that you know of). - -- [ ] Local -- [ ] Testing -- [ ] Development -- [ ] Production - -### Code of Conduct - -By submitting this issue, you agree to follow our [Code of Conduct](https://docs.opensauced.pizza/contributing/code-of-conduct/). - -- [ ] I agree to follow this project's Code of Conduct - -### Contributing Docs - -If you plan on contributing code please read - [Contribution Guide](https://docs.opensauced.pizza/contributing/introduction-to-contributing/) - -- [ ] I agree to follow this project's Contribution Docs diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md deleted file mode 100644 index 6d7e395..0000000 --- a/.github/ISSUE_TEMPLATE/feature.md +++ /dev/null @@ -1,53 +0,0 @@ ---- -name: 🚀 Feature request -about: Use this template for adding a new feature request. -title: "feature: " -labels: ["💡 feature", "👀 needs triage"] ---- - -### Type of feature - -Select the type of feature request, the lowercase should also be the PR prefix. - -- [ ] 🍕 Feature -- [ ] 🐛 Bug Fix -- [ ] 📝 Documentation Update -- [ ] 🎨 Style -- [ ] 🧑‍💻 Code Refactor -- [ ] 🔥 Performance Improvements -- [ ] ✅ Test -- [ ] 🤖 Build -- [ ] 🔁 CI -- [ ] 📦 Chore (Release) -- [ ] ⏩ Revert - -### Current behavior - -Is your feature request related to a problem? Please describe. - - - -### Suggested solution - -Describe the solution you'd like. - - - -### Code of Conduct - -By submitting this issue, you agree to follow our [Code of Conduct](https://docs.opensauced.pizza/contributing/code-of-conduct/). - -- [ ] I agree to follow this project's Code of Conduct - -### Contributing Docs - -If you plan on contributing code please read - [Contribution Guide](https://docs.opensauced.pizza/contributing/introduction-to-contributing/) - -- [ ] I agree to follow this project's Contribution Docs