Skip to content

Commit

Permalink
Removed submodule and added sample issue form
Browse files Browse the repository at this point in the history
  • Loading branch information
guidoivetta committed Oct 9, 2024
1 parent 97a3eee commit 564c29b
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 3 deletions.
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/insert_row.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: Add row to table
description: Suggest or request a new conference to be added to the table.
labels: ["insert row to table"]
body:
- type: markdown
attributes:
value: |
Please fill out the sections below to properly describe the new feature you are suggesting.
- type: textarea
id: description
attributes:
label: Describe the feature
placeholder: A button in the screen X that allows to do Y
validations:
required: true
- type: textarea
id: rationale
attributes:
label: It should be implemented because
placeholder: It will allow to do Y that is needed for Z
- type: textarea
id: context
attributes:
label: Additional context
placeholder: |
Add any other context or screenshots about the feature request here.
- type: dropdown
id: assign
attributes:
label: "Would you like to work on this issue?"
options:
- "Yes"
- type: markdown
attributes:
value: |
Thanks for your suggestion! Let's see together if it can be implemented.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

0 comments on commit 564c29b

Please sign in to comment.