Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/others.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Others

description: Create an issue for earthworm
description: Create an issue for inkart

body:
- type: textarea
Expand Down
Loading