Skip to content

Commit

Permalink
chore: less verbose issue templates (#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-trunov authored Aug 27, 2024
1 parent 6f9ccb7 commit a20cd18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/ISSUE_TEMPLATE/01-feature-request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Feature Request
description: File a feature request.
labels: ["language feature", "triage"]
labels: ["enhancement", "triage"]
body:
- type: markdown
attributes:
Expand All @@ -9,7 +9,6 @@ body:
- type: textarea
id: feature-request
attributes:
label: What kind of features would like to see supported in Tact?
description: Anything, expect floating-point numbers support :)
description: What kind of features would like to see supported? It can be a language feature, new API, tooling proposal, etc.
validations:
required: true
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/03-other.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ body:
- type: textarea
id: other
attributes:
label: What is on your mind?
description: Compiler documentation, CI, testing, API, tooling, etc.
description: Compiler documentation, CI, testing, etc.
validations:
required: true

0 comments on commit a20cd18

Please sign in to comment.