diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..60cd4ac --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,16 @@ +--- +name: Bug report +about: Problem with the list (not "my project hasn't been added") +title: '' +labels: '' +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/i-want-to-add-a-project-to-the-list.md b/.github/ISSUE_TEMPLATE/i-want-to-add-a-project-to-the-list.md new file mode 100644 index 0000000..9edfd29 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/i-want-to-add-a-project-to-the-list.md @@ -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.