Add issue templates

This commit is contained in:
Tom Parker-Shemilt 2023-04-07 11:08:38 +01:00 committed by GitHub
parent 4d5f2cadee
commit ccf576800c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 0 deletions

16
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View 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?"
-->

View 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.