Skip to content

Commit

Permalink
Add 2playsamonth issue template (reactplay#905)
Browse files Browse the repository at this point in the history
* Added a new issue template for 2palysamonth event

* Some update on the issue config

* Modified the issue config
  • Loading branch information
atapas committed Jan 31, 2023
1 parent 84f92e9 commit c92c1f9
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/#2PlaysAMonth.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: '🔥 #2PlaysAMonth Entry'
description: 'Add a new Play entry for the #2PlaysAMonth event.'
title: '[#2PlaysAMonth]: '
labels: ['#2PlaysAMonth']
assignees: ['']
body:
- type: markdown
attributes:
value: |
Thanks for taking the time for creating a new play entry.
- type: textarea
id: about-play
attributes:
label: What's the Play about?
description: Tell us in details about your play.
validations:
required: true

- type: textarea
id: react-concepts
attributes:
label: What ReactJS concept will be used to create this play?
placeholder: Components, Hooks, React Router ...
validations:
required: true

- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/reactplay/react-play/blob/main/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true

0 comments on commit c92c1f9

Please sign in to comment.