This repository has been archived by the owner on Aug 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[no ci] created local '.github/ISSUE_TEMPLATE/' from remote 'issue_te…
…mplates/' (#73) Co-authored-by: modrinth-bot <null>
- Loading branch information
1 parent
dd205e8
commit 227652d
Showing
3 changed files
with
77 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
name: Bug report | ||
description: Create a report to help us improve Modrinth | ||
labels: [bug] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Describe the bug | ||
description: A clear and concise description of what the bug is. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Steps to reproduce | ||
description: Steps to reproduce the behavior. | ||
placeholder: | | ||
1. Go to '...' | ||
2. Click on '...' | ||
3. Scroll down to '...' | ||
4. See error | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Expected behavior | ||
description: A clear and concise description of what you expected to happen. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: Add any other context about the problem here. | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Discord | ||
about: Ask questions on our Discord Server. | ||
url: https://discord.gg/modrinth-734077874708938864 | ||
- name: Roadmap | ||
about: View our Roadmap. Please do not open issues for items on our roadmap. | ||
url: https://roadmap.modrinth.com | ||
- name: Discussions (Feature requests) | ||
about: | | ||
Please use Issues for reporting bugs and suggesting enhancements to existing features. | ||
Suggestions for new features should be made as a Discussion. | ||
url: https://github.com/orgs/modrinth/discussions/categories/feature-requests | ||
- name: Documentation | ||
about: Useful documentation about Modrinth, its API, and how you can contribute. | ||
url: https://docs.modrinth.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: Enhancement | ||
description: Suggest an enhancement for an existing Modrinth feature | ||
labels: [enhancement] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Is your suggested enhancement related to a problem? Please describe. | ||
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Describe the solution you'd like | ||
description: A clear and concise description of what you want to happen. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Describe alternatives you've considered | ||
description: A clear and concise description of any alternative solutions or features you've considered. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: Add any other context or screenshots about the suggested enhancement here. | ||
validations: | ||
required: false |