Add link to beta repo in issue template, and fix 'feature' issue label (#1167)
* fix label for feature issue template * add link to beta issues on issue template * tweak wording of issue templates
This commit is contained in:
parent
39b784aa60
commit
14bc4decdf
2 changed files with 6 additions and 1 deletions
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
blank_issues_enabled: true
|
||||||
|
contact_links:
|
||||||
|
- name: tldraw Beta
|
||||||
|
url: https://github.com/tldraw/tldraw-beta/issues/new
|
||||||
|
about: Is your issue for the tldraw beta? Report it on the beta repo instead.
|
2
.github/ISSUE_TEMPLATE/feature.md
vendored
2
.github/ISSUE_TEMPLATE/feature.md
vendored
|
@ -2,6 +2,6 @@
|
||||||
name: Feature
|
name: Feature
|
||||||
about: Begin discussion of a new feature.
|
about: Begin discussion of a new feature.
|
||||||
title: '[feature] Feature or improvement'
|
title: '[feature] Feature or improvement'
|
||||||
labels: feature
|
labels: enhancement
|
||||||
assignees: ''
|
assignees: ''
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue