Skip to content

Add GitHub issue template forms #794

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Bug report
description: Let us know if you've found a bug in OSMCha
labels: ["bug"]
body:
- type: textarea
id: describe-bug
attributes:
label: Describe the bug
description: Be as clear and concise as you can. Include steps to reproduce the bug if necessary.
validations:
required: true

- type: input
id: changeset-url
attributes:
label: Changeset URL
description: If this bug happens when viewing a particular changeset, please paste the link to that changeset here

- type: input
id: environment
attributes:
label: Environment
description: Your browser (including version) and operating system (e.g. "Chrome 137 on macOS")
validations:
required: true

- type: textarea
id: additional-context
attributes:
label: Additional information
description: Screenshots, console logs, or any other details that might help us understand the issue (optional)
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Feature request
description: Suggest a new feature for OSMCha
labels: [enhancement]
body:
- type: textarea
id: feature-description
attributes:
label: What feature would you like to see added?
validations:
required: true

- type: textarea
id: feature-value
attributes:
label: Why would this be useful to you or other users?
validations:
required: true