From b9012160b793ed86717ae3103aa0dd32ee99cf80 Mon Sep 17 00:00:00 2001 From: Robert Mitchell Date: Tue, 4 Mar 2025 18:50:11 +0900 Subject: [PATCH] feat: add issue templates Also update the year in the copyright text. --- .github/ISSUE_TEMPLATE/bug-report.yaml | 40 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature-request.yaml | 40 +++++++++++++++++++++ README.md | 2 +- 3 files changed, 81 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.yaml create mode 100644 .github/ISSUE_TEMPLATE/feature-request.yaml diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml new file mode 100644 index 0000000..dcf62c0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -0,0 +1,40 @@ +name: Bug Report +description: Let us know about a bug +labels: + - bug +body: + - type: textarea + id: description + attributes: + label: What is the issue? + description: | + Describe the bug here. Please provide as much information as possible. + validations: + required: true + + - type: textarea + id: expected + attributes: + label: What is the expected behavior? + description: | + Please describe the expected behavior here. + validations: + required: true + + - type: textarea + id: repro + attributes: + label: How can we reproduce the bug? + description: | + Include repro steps and associated relevant information here. + validations: + required: true + + - type: textarea + id: notes + attributes: + label: notes + description: | + Any additional information should be included here. + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/feature-request.yaml b/.github/ISSUE_TEMPLATE/feature-request.yaml new file mode 100644 index 0000000..eadfbd6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.yaml @@ -0,0 +1,40 @@ +name: Feature Request +description: Suggest a new feature or enhancement +labels: + - enhancement +body: + - type: textarea + id: what + attributes: + label: What should this feature do? + description: | + Describe the feature or enhancement (what it should do, etc.) here. + validations: + required: true + + - type: textarea + id: why + attributes: + label: Why is it needed? + description: | + Include information about why the feature should be implemented here. + validations: + required: true + + - type: textarea + id: how + attributes: + label: How should it be implemented? + description: | + If known, any suggestions / ideas on how the feature could implemented. + validations: + required: false + + - type: textarea + id: notes + attributes: + label: Notes + description: | + Any additional information should be included here. + validations: + required: false diff --git a/README.md b/README.md index b3a73cc..0eff043 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ We ask that all contributors review and agree to adhere to our code of conduct p ## License ``` -Copyright 2024 LY Corporation +Copyright 2024 - 2025 LY Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.