diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 3f82a7b..bad9475 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: 🐞 Bug report title: "[BUG] - YOUR_ISSUE_TITLE_HERE_REPLACE_ME" -description: Report an issue with earthworm +description: Report an issue with inkart labels: [bug] body: - type: markdown @@ -29,9 +29,7 @@ body: label: Validations description: Before submitting the issue, please make sure you do the following options: - - label: Read the [Contributing Guidelines](https://github.com/cuixueshe/earthworm/blob/main/CONTRIBUTING.md). - required: true - - label: Check that there isn't [already an issue](https://github.com/cuixueshe/earthworm/issues) that reports the same bug to avoid creating a duplicate. + - label: Check that there isn't [already an issue](https://github.com/inkart-cli/inkart/issues) that reports the same bug to avoid creating a duplicate. required: true - label: The provided reproduction is a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug. required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 8443a45..2891020 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: - name: 🧐 Long question or ideas? - url: https://github.com/cuixueshe/earthworm/discussions + url: https://github.com/inkart-cli/inkart/discussions about: Ask long-form questions and discuss ideas. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 756472b..17762cd 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,6 +1,6 @@ name: 🚀 New feature proposal title: "[Feature Request] - YOUR_FEATURE_TITLE_HERE_REPLACE_ME" -description: Propose a new feature to be added to earthworm +description: Propose a new feature to be added to inkart labels: [feature request] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/others.yml b/.github/ISSUE_TEMPLATE/others.yml index 615652b..452795d 100644 --- a/.github/ISSUE_TEMPLATE/others.yml +++ b/.github/ISSUE_TEMPLATE/others.yml @@ -1,6 +1,6 @@ name: Others -description: Create an issue for earthworm +description: Create an issue for inkart body: - type: textarea