File tree Expand file tree Collapse file tree 5 files changed +123
-58
lines changed Expand file tree Collapse file tree 5 files changed +123
-58
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : 🐛 Bug report
2+ description : Create a bug report to help us improve AnguHashBlog
3+ title : " Bug: "
4+ labels : [👀 needs triage, 🐛 bug]
5+ body :
6+ - type : markdown
7+ attributes :
8+ value : |
9+ Thanks for taking the time to fill out this bug report!
10+ - type : textarea
11+ attributes :
12+ label : Describe the bug
13+ description : A clear and concise description of what the bug is.
14+ validations :
15+ required : true
16+ - type : textarea
17+ attributes :
18+ label : Steps to reproduce
19+ description : Describe how to reproduce the behavior.
20+ placeholder : |
21+ 1. Go to '...'
22+ 2. Click on '...'
23+ 3. Scroll down to '...'
24+ 4. See error
25+ validations :
26+ required : true
27+ - type : dropdown
28+ attributes :
29+ multiple : true
30+ label : Browsers
31+ description : Select the browsers where the issue can be reproduced (that you know of).
32+ options :
33+ - " Chrome"
34+ - " Firefox"
35+ - " Safari"
36+ - " Edge"
37+ - " Opera"
38+ - " Other (add additional context)"
39+ - type : input
40+ id : context
41+ attributes :
42+ label : Additional context (Is this in dev or production?)
43+ description : Add any other context about the problem or helpful links here.
44+ - type : checkboxes
45+ id : terms
46+ attributes :
47+ label : Code of Conduct
48+ description : By submitting this issue, you agree to follow our [Code of Conduct](https://anguhashblog.com/code-of-conduct)
49+ options :
50+ - label : I agree to follow this project's Code of Conduct
51+ required : true
52+ - type : checkboxes
53+ id : contribution
54+ attributes :
55+ label : Contributing Docs
56+ description : If you plan on contributing code please read - [Contribution Guide](https://anguhashblog.com/contributing)
57+ options :
58+ - label : I agree to follow this project's Contribution Docs
59+ required : false
Original file line number Diff line number Diff line change 1+ blank_issues_enabled : false
2+ contact_links :
3+ - name : ❓ Ask a question
4+ url : https://discord.com/invite/h3JXbADsBy
5+ about : Ask questions about open source onboarding
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : 🚀 Feature request
2+ description : Suggest an idea for this project 💡
3+ title : " Feature: "
4+ labels : [👀 needs triage, 💡 feature]
5+ body :
6+ - type : markdown
7+ attributes :
8+ value : |
9+ Thanks for taking the time to fill out this feature request!
10+ - type : dropdown
11+ attributes :
12+ multiple : false
13+ label : Type of feature
14+ description : Select the type of feature request, the lowercase should also be the PR prefix.
15+ options :
16+ - " ✨ Feature"
17+ - " 🐛 Fix"
18+ - " 📝 Documentation"
19+ - " 🎨 Style"
20+ - " 🧑💻 Refactor"
21+ - " 🔥 Performance"
22+ - " ✅ Test"
23+ - " 🤖 Build"
24+ - " 🔁 CI"
25+ - " 📦 Chore"
26+ - " ⏩ Revert"
27+ validations :
28+ required : true
29+ - type : textarea
30+ attributes :
31+ label : Current behavior
32+ description : Is your feature request related to a problem? Please describe.
33+ validations :
34+ required : true
35+ - type : textarea
36+ attributes :
37+ label : Suggested solution
38+ description : Describe the solution you'd like.
39+ - type : input
40+ id : context
41+ attributes :
42+ label : Additional context
43+ description : Add any other context about the problem or helpful links here.
44+ - type : checkboxes
45+ id : terms
46+ attributes :
47+ label : Code of Conduct
48+ description : By submitting this issue, you agree to follow our [Code of Conduct](https://anguhashblog.com/code-of-conduct)
49+ options :
50+ - label : I agree to follow this project's Code of Conduct
51+ required : true
52+ - type : checkboxes
53+ id : contribution
54+ attributes :
55+ label : Contributing Docs
56+ description : If you plan on contributing code please read - [Contribution Guide](https://anguhashblog.com/contributing)
57+ options :
58+ - label : I agree to follow this project's Contribution Docs
59+ required : false
You can’t perform that action at this time.
0 commit comments