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:
Lu[ke] Wilson 2023-03-20 01:40:18 -07:00 committed by GitHub
parent 39b784aa60
commit 14bc4decdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

5
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View 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.

View file

@ -2,6 +2,6 @@
name: Feature
about: Begin discussion of a new feature.
title: '[feature] Feature or improvement'
labels: feature
labels: enhancement
assignees: ''
---