diff --git a/.github/ISSUE_TEMPLATE/action_item.md b/.github/ISSUE_TEMPLATE/action_item.md new file mode 100644 index 00000000..4d9dd04a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/action_item.md @@ -0,0 +1,26 @@ +--- +name: Action Item +about: Use this template for creating work to be done, usually in relation to a GitHub Discussion +--- + +**GitHub Discussion:** # / NA + +**Work Summary**: + +In the GitHub Discussion, we concluded that... + +As a result, we need to... + +Completing this work will mean... + +**Do you think this work might require an [Architectural Decision Record (ADR)](https://github.com/json-schema-org/community/blob/main/CONTRIBUTING.md#key-architectural-decisions)? (significant or noteworthy)** + +Yes/No +[JUSTIFICATION] + +**Work Detail**: + +- [ ] List of work +- [ ] To be done + +**Any further requirements to resolve this issue** diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..5e760162 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: true +contact_links: + # - name: Ask a question + # url: ./../../discussions + # about: Please report security vulnerabilities here. + - name: JSON Schema Slack + url: https://json-schema.org/slack + about: Get async support and discussion from the community and maintainers \ No newline at end of file diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 00000000..3f9a5237 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,27 @@ +--- +name: General Issue +about: Use this template for creating general issues +--- + + + +**GitHub Discussion:** # / NA + +**Summary**: + +**Do you think resolving this issue might require an [Architectural Decision Record (ADR)](https://github.com/json-schema-org/community/blob/main/CONTRIBUTING.md#key-architectural-decisions)? (significant or noteworthy)** + +Yes/No +[JUSTIFICATION] + +**Details**: + +**Required to resolve** + +[CONTEXT] + +- [ ] item1 +- [ ] item2 + + +**Any further requirements to resolve this issue** diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..374baf8f --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,13 @@ + + + +**GitHub Issue:** # / NA + +**Summary**: + +**Do you think resolving this issue might require an [Architectural Decision Record (ADR)](https://github.com/json-schema-org/community/blob/main/CONTRIBUTING.md#key-architectural-decisions)? (significant or noteworthy)** + + + +Yes/No +[JUSTIFICATION] \ No newline at end of file