Skip to content

Commit

Permalink
#1232, template for "Revise development workflow"
Browse files Browse the repository at this point in the history
  • Loading branch information
lisphilar committed Oct 1, 2022
1 parent 9a364b9 commit 83d0d66
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/development.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Revise development workflow
description: This may update files in the top directory and ./.github

title: "[Dev] "
labels: ["development", "brainstorming"]

body:
- type: markdown
attributes:
value: Always welcome, CovsirPhy project is developed by a community of volunteers :)

- type: textarea
id: problem
attributes:
label: Issues of the current workflow
placeholder: What is the problem?
validations:
required: true

- type: textarea
id: action
attributes:
label: Action items
placeholder: How can we solve the issue?

0 comments on commit 83d0d66

Please sign in to comment.