From 564c29b56532ac66bbe8dc1992ffdb8c7a7d379c Mon Sep 17 00:00:00 2001 From: Guido Ivetta Date: Wed, 9 Oct 2024 13:06:07 -0300 Subject: [PATCH] Removed submodule and added sample issue form --- .github/ISSUE_TEMPLATE/insert_row.yml | 36 +++++++++++++++++++++++++++ .gitmodules | 3 --- 2 files changed, 36 insertions(+), 3 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/insert_row.yml delete mode 100644 .gitmodules diff --git a/.github/ISSUE_TEMPLATE/insert_row.yml b/.github/ISSUE_TEMPLATE/insert_row.yml new file mode 100644 index 0000000..cc926c5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/insert_row.yml @@ -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. \ No newline at end of file diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 2a721a2..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "docs/resources/ethics-reading-list"] - path = docs/resources/ethics-reading-list - url = git@github.com:acl-org/ethics-reading-list.git