Skip to content

Commit

Permalink
perf: add backwards compatible issue templates (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
0-vortex committed Aug 24, 2022
1 parent 9c51d4f commit af21ab5
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 0 deletions.
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
@@ -0,0 +1,46 @@
---
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.

<!--
Tell us what you were doing when you encountered the bug.
-->

### Steps to reproduce

Describe how to reproduce the behavior.

<!--
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error
-->

### 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
58 changes: 58 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
@@ -0,0 +1,58 @@
---
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.
Selection:

- [ ] 🍕 Feature
- [ ] 🐛 Bug Fix
- [ ] 📝 Documentation Update
- [ ] 🎨 Style
- [ ] 🧑‍💻 Code Refactor
- [ ] 🔥 Performance Improvements
- [ ] ✅ Test
- [ ] 🤖 Build
- [ ] 🔁 CI
- [ ] 📦 Chore (Release)
- [ ] ⏩ Revert

<!--
Tell us what you were doing when you encountered the bug.
-->

### Current behavior

Is your feature request related to a problem? Please describe.

<!--
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error
-->

### Suggested solution

Describe the solution you'd like.

<!--
Tell us what you think is the best way forward
-->

### 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

0 comments on commit af21ab5

Please sign in to comment.