Skip to content

Commit

Permalink
issue templates: avoid long forms
Browse files Browse the repository at this point in the history
  • Loading branch information
endel committed Nov 13, 2023
1 parent 6f17d9c commit 3c510f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 34 deletions.
16 changes: 0 additions & 16 deletions .github/ISSUE_TEMPLATE/01-report-a-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,3 @@ body:
Please provide your forked version of [this environment](https://stackblitz.com/edit/colyseus-schema-issue-report?file=index.ts) to reproduce the issue.
placeholder: |-
Link to your forked version of the StackBlitz project.
- type: textarea
id: steps-to-reproduce
attributes:
label: Steps to reproduce
description: >-
Please provide a detailed list of instructions, guiding us maintainers
through the required steps, helping us to recreate the problem using the
minimal reproduction you provided. Be as specific as possible and as
verbose as necessary – try not to leave anything out.
placeholder: |-
1. ...
2. ...
3. ...
validations:
required: true
22 changes: 4 additions & 18 deletions .github/ISSUE_TEMPLATE/02-feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,15 @@ body:
- type: textarea
id: description
attributes:
label: Context & Description
label: Description & Use case
description: >-
Please provide the context for the idea you want to propose, helping us to understand what you are working on
and what you are trying to achieve. If the context is not relevant, you
can leave this field empty.
validations:
required: true

- type: textarea
id: usecase
attributes:
label: Use cases
description: >-
Elaborate on how the change would positively impact not only you but
the community and how it aligns with the goals and philosophy of the
project.
Please provide the use case and description of the feature you'd like to see implemented.
validations:
required: true

- type: textarea
id: api
attributes:
label: Proposed API
label: "Optional: Proposed API"
description: >-
If your request is an addition or change to the current API, please
provide proposed API here. (This field is optional.)
If your request is an addition or change to the current API, please provide proposed API here.

0 comments on commit 3c510f7

Please sign in to comment.