diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..30240d8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,12 @@ +# Nothing here is a gate. +# +# The templates beside this file are prompts for a person. Keeping the blank issue +# available is what makes the first line of each of them true: a form nobody can +# walk past is enforcement whatever it says about itself, and somebody with +# something to report that fits neither template should not be turned away by a +# heading. +# +# No contact links. A link here publishes a route to a person, and which address +# this repository publishes, for a vulnerability or for anything else, is entry 5 +# of #1 and is not decided. +blank_issues_enabled: true diff --git a/.github/ISSUE_TEMPLATE/decision.md b/.github/ISSUE_TEMPLATE/decision.md new file mode 100644 index 0000000..7de486c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/decision.md @@ -0,0 +1,65 @@ +--- +name: Something here has to be decided +about: A question this repository has to answer before code depends on the answer +title: '' +labels: '' +assignees: '' +--- + + + +## What is undecided + + + +## The options, and what each costs + + + +## What the answer forecloses + + + +## What done means + + diff --git a/.github/ISSUE_TEMPLATE/problem.md b/.github/ISSUE_TEMPLATE/problem.md new file mode 100644 index 0000000..1328503 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/problem.md @@ -0,0 +1,72 @@ +--- +name: Something here is wrong +about: A defect, a gap, or a rule with nothing behind it +title: '' +labels: '' +assignees: '' +--- + + + +## What is wrong + + + +## The evidence + + + +## What done means + + + +## What this waits on + +