File tree Expand file tree Collapse file tree 2 files changed +48
-0
lines changed
Expand file tree Collapse file tree 2 files changed +48
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Bug report
2+ description : Let us know if you've found a bug in OSMCha
3+ labels : ["bug"]
4+ body :
5+ - type : textarea
6+ id : describe-bug
7+ attributes :
8+ label : Describe the bug
9+ description : Be as clear and concise as you can. Include steps to reproduce the bug if necessary.
10+ validations :
11+ required : true
12+
13+ - type : input
14+ id : changeset-url
15+ attributes :
16+ label : Changeset URL
17+ description : If this bug happens when viewing a particular changeset, please paste the link to that changeset here
18+
19+ - type : input
20+ id : environment
21+ attributes :
22+ label : Environment
23+ description : Your browser (including version) and operating system (e.g. "Chrome 137 on macOS")
24+ validations :
25+ required : true
26+
27+ - type : textarea
28+ id : additional-context
29+ attributes :
30+ label : Additional information
31+ description : Screenshots, console logs, or any other details that might help us understand the issue (optional)
Original file line number Diff line number Diff line change 1+ name : Feature request
2+ description : Suggest a new feature for OSMCha
3+ labels : [enhancement]
4+ body :
5+ - type : textarea
6+ id : feature-description
7+ attributes :
8+ label : What feature would you like to see added?
9+ validations :
10+ required : true
11+
12+ - type : textarea
13+ id : feature-value
14+ attributes :
15+ label : Why would this be useful to you or other users?
16+ validations :
17+ required : true
You can’t perform that action at this time.
0 commit comments