Merge pull request #3024 from matrix-org/travis/gh-tmpl

Override issue templates from org
This commit is contained in:
Travis Ralston 2021-02-24 07:25:30 -07:00 committed by Richard van der Hoff
commit 5d275ab79e
5 changed files with 62 additions and 0 deletions

13
.github/ISSUE_TEMPLATE/clarification.md vendored Normal file
View file

@ -0,0 +1,13 @@
---
name: Clarity problem
about: Report an area of the spec that is unclear.
title: ''
labels: 'clarification'
assignees: ''
---
**Link to problem area**:
**Issue**
What is wrong? How can we improve?

8
.github/ISSUE_TEMPLATE/config.yaml vendored Normal file
View file

@ -0,0 +1,8 @@
blank_issues_enabled: true
contact_links:
- name: Matrix Spec Discussion
url: "https://matrix.to/#/#matrix-spec:matrix.org"
about: Questions about the spec and proposal process can be asked here.
- name: Matrix Security Policy
url: https://www.matrix.org/security-disclosure-policy/
about: Learn more about our security disclosure policy.

13
.github/ISSUE_TEMPLATE/cosmetic-bug.md vendored Normal file
View file

@ -0,0 +1,13 @@
---
name: Cosmetic issue
about: Report an issue with how the spec looks.
title: ''
labels: 'aesthetic'
assignees: ''
---
**Link to problem area**:
**Issue**
What is wrong? What can we do to improve?

12
.github/ISSUE_TEMPLATE/idea.md vendored Normal file
View file

@ -0,0 +1,12 @@
---
name: Spec idea
about: Suggest a future MSC idea.
title: ''
labels: 'improvement'
assignees: ''
---
**Suggestion**
What would you like to see in Matrix? If your idea is vaguely complete enough, we
recommend submitting [an MSC](https://matrix.org/docs/spec/proposals) instead.

16
.github/ISSUE_TEMPLATE/spec-bug.md vendored Normal file
View file

@ -0,0 +1,16 @@
---
name: Documentation error
about: Report an issue with the spec itself (incorrect text).
title: ''
labels: 'spec-bug'
assignees: ''
---
**Link to problem area**:
**Issue**
What is wrong?
**Expected behaviour**
How can the issue be fixed? Links to implementations/documents which prove the spec is wrong are appreciated.