From 97a123edb94d107e6ee43aa40307b5361e747ca4 Mon Sep 17 00:00:00 2001 From: Nathan Vieira Marcelino Date: Thu, 25 Apr 2024 12:10:08 -0300 Subject: [PATCH] chore: add pr and issues template --- .github/ISSUE_TEMPLATE/1-docs-report.yml | 17 +++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 ++++ .../1-pull_request_template.md | 30 +++++++++++++++++++ 3 files changed, 52 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/1-docs-report.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/PULL_REQUEST_TEMPLATE/1-pull_request_template.md diff --git a/.github/ISSUE_TEMPLATE/1-docs-report.yml b/.github/ISSUE_TEMPLATE/1-docs-report.yml new file mode 100644 index 0000000..7aa49b5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1-docs-report.yml @@ -0,0 +1,17 @@ +name: 📗 Open an issue regarding the Domino docs +description: Let us know about any problematic API reference documents +labels: [documentation] +body: + - type: markdown + attributes: + value: | + Thank you for wanting to make Domino better! + Please fill in as much of the following form as you're able. + - type: input + attributes: + label: Affected URL(s) + - type: textarea + attributes: + label: Description of the problem + validations: + required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..46c7eeb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: 🤔 Questions and Help + url: https://github.com/Tauffer-Consulting/domino/discussions + about: Please ask and answer questions here. \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE/1-pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/1-pull_request_template.md new file mode 100644 index 0000000..70c3c84 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/1-pull_request_template.md @@ -0,0 +1,30 @@ + \ No newline at end of file