From 3c21e479f9295cc88d5f6b9faec9b7887f3d5796 Mon Sep 17 00:00:00 2001 From: Rafal Artych <121048129+rartych@users.noreply.github.com> Date: Thu, 27 Apr 2023 11:12:14 +0200 Subject: [PATCH 1/4] Create config.yml --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..bc83bc28 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: 📖 CAMARA API Design Guidelines + url: https://github.com/camaraproject/WorkingGroups/blob/main/Commonalities/documentation/API-design-guidelines.md + about: Please refer to the design guidelines. From 5c7db822c9c0e563550fab78b24b064a1f634a02 Mon Sep 17 00:00:00 2001 From: Rafal Artych <121048129+rartych@users.noreply.github.com> Date: Thu, 27 Apr 2023 11:19:28 +0200 Subject: [PATCH 2/4] Add files via upload --- .github/pull_request_template.md | 46 ++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..cdebc5af --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,46 @@ + +#### What type of PR is this? + +Add one of the following kinds: +* bug +* correction +* enhancement/feature +* cleanup +* documentation +* subproject management +* tests + + +#### What this PR does / why we need it: + + + + +#### Which issue(s) this PR fixes: + + + +Fixes # + +#### Special notes for reviewers: + + + +#### Changelog input + +``` + release-note + +``` + +#### Additional documentation + +This section can be blank. + + + +``` +docs + +``` From ade0193fa5914a46061867e34ed2eeaf663bd7a0 Mon Sep 17 00:00:00 2001 From: Rafal Artych <121048129+rartych@users.noreply.github.com> Date: Thu, 27 Apr 2023 11:20:16 +0200 Subject: [PATCH 3/4] Add files via upload --- .../issue_correction_template.md | 21 +++++++++++++++++++ .../issue_documentation_template.md | 18 ++++++++++++++++ .../issue_enhancement_template.md | 20 ++++++++++++++++++ .github/ISSUE_TEMPLATE/issue_pm_template.md | 18 ++++++++++++++++ .../ISSUE_TEMPLATE/issue_tests_template.md | 18 ++++++++++++++++ 5 files changed, 95 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/issue_correction_template.md create mode 100644 .github/ISSUE_TEMPLATE/issue_documentation_template.md create mode 100644 .github/ISSUE_TEMPLATE/issue_enhancement_template.md create mode 100644 .github/ISSUE_TEMPLATE/issue_pm_template.md create mode 100644 .github/ISSUE_TEMPLATE/issue_tests_template.md diff --git a/.github/ISSUE_TEMPLATE/issue_correction_template.md b/.github/ISSUE_TEMPLATE/issue_correction_template.md new file mode 100644 index 00000000..488e70b5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue_correction_template.md @@ -0,0 +1,21 @@ +--- +name: ❗ Correction 👣 +about: Suggest the correction of an issue in API specification or a misalignment with API design guidelines +title: '' +labels: 'correction' +assignees: '' + +--- + +**Problem description** + + +**Expected behavior** + + + +**Alternative solution** + + +**Additional context** + diff --git a/.github/ISSUE_TEMPLATE/issue_documentation_template.md b/.github/ISSUE_TEMPLATE/issue_documentation_template.md new file mode 100644 index 00000000..f7b8de02 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue_documentation_template.md @@ -0,0 +1,18 @@ +--- +name: ❕ Documentation 📝 +about: Indicate an issue with API documentation or supplementary documents +title: '' +labels: 'documentation' +assignees: '' + +--- + +**Problem description** + + +**Expected action** + + + +**Additional context** + diff --git a/.github/ISSUE_TEMPLATE/issue_enhancement_template.md b/.github/ISSUE_TEMPLATE/issue_enhancement_template.md new file mode 100644 index 00000000..279ce49a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue_enhancement_template.md @@ -0,0 +1,20 @@ +--- +name: 💡 Enhancement 🌟 +about: Suggest an idea for a new API feature or pose a question on directions for API evolution +title: '' +labels: 'enhancement' +assignees: '' + +--- + +**Problem description** + + +**Possible evolution** + + +**Alternative solution** + + +**Additional context** + diff --git a/.github/ISSUE_TEMPLATE/issue_pm_template.md b/.github/ISSUE_TEMPLATE/issue_pm_template.md new file mode 100644 index 00000000..210a2f06 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue_pm_template.md @@ -0,0 +1,18 @@ +--- +name: ☁ Subproject management 🎂 +about: Indicate an issue with subproject repository or release management +title: '' +labels: 'subproject management' +assignees: '' + +--- + +**Problem description** + + +**Expected action** + + + +**Additional context** + diff --git a/.github/ISSUE_TEMPLATE/issue_tests_template.md b/.github/ISSUE_TEMPLATE/issue_tests_template.md new file mode 100644 index 00000000..170874a8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue_tests_template.md @@ -0,0 +1,18 @@ +--- +name: ⁉ Tests 🔎 +about: Indicate an issue with API tests +title: '' +labels: 'tests' +assignees: '' + +--- + +**Problem description** + + +**Expected action** + + + +**Additional context** + From 79837da46fe191396255f213b628fb32d19b886b Mon Sep 17 00:00:00 2001 From: Rafal Artych <121048129+rartych@users.noreply.github.com> Date: Thu, 27 Apr 2023 11:20:56 +0200 Subject: [PATCH 4/4] Update pull_request_template.md --- .github/pull_request_template.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index cdebc5af..b2b28491 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,7 +2,6 @@ #### What type of PR is this? Add one of the following kinds: -* bug * correction * enhancement/feature * cleanup