diff options
| author | Jubilee <46493976+workingjubilee@users.noreply.github.com> | 2021-02-05 23:23:12 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-05 23:23:12 -0800 |
| commit | 4ad53da4e02137c9d7e2676a31996fe1aeb22da0 (patch) | |
| tree | 106ed215fdb3860e76241284dbde3896786e8445 | |
| parent | acbde0353c325778e0a8e2adf63d10c53e5abcee (diff) | |
| parent | fd6179b4cd14d54a1bf8cd747ede76e1e3a1ba40 (diff) | |
| download | rust-4ad53da4e02137c9d7e2676a31996fe1aeb22da0.tar.gz rust-4ad53da4e02137c9d7e2676a31996fe1aeb22da0.zip | |
Merge pull request #59 from rust-lang/blank-ish
Add a blank issue template
| -rw-r--r-- | .github/ISSUE_TEMPLATE/blank_issue.md | 4 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/blank_issue.md b/.github/ISSUE_TEMPLATE/blank_issue.md new file mode 100644 index 00000000000..9aef3ebe637 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/blank_issue.md @@ -0,0 +1,4 @@ +--- +name: Blank Issue +about: Create a blank issue. +--- diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index a31dab6a092..1567542c01a 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,3 +1,5 @@ +# This only controls whether a tiny, hard-to-find "open a blank issue" link appears at the end of +# the template list. blank_issues_enabled: true contact_links: - name: Intrinsic Support |
