mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2025-02-02 22:03:26 +00:00
Add issue templates
This commit is contained in:
parent
4d5f2cadee
commit
ccf576800c
2 changed files with 28 additions and 0 deletions
.github/ISSUE_TEMPLATE
16
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
16
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Problem with the list (not "my project hasn't been added")
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
Problems include
|
||||
- There's a better way to do our linting
|
||||
- We're doing something else wrong in the CI
|
||||
- You have a suggestion for an auto-formatter for lines (not "we should do auto-formatting" as there's several issues about that already, but a concrete proposal)
|
||||
- Something else that isn't "why isn't my project added?"
|
||||
-->
|
12
.github/ISSUE_TEMPLATE/i-want-to-add-a-project-to-the-list.md
vendored
Normal file
12
.github/ISSUE_TEMPLATE/i-want-to-add-a-project-to-the-list.md
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
name: I want to add a project to the list
|
||||
about: New project
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
If you open a "please add my project" issue, they will be ignored, and generally closed, as the overhead of writing them is notable and not something the maintainers have time to do. If you want to add a project, please open a PR adding it!
|
||||
|
||||
The _one_ exception to this is if you think there isn't a good location for the project (and you've checked the list at least twice already) and want to discuss options. If OTOH, we just haven't added the section, but there's an obvious name, please just open the PR adding it and we can talk there if needed.
|
Loading…
Reference in a new issue