Skip to content

Commit

Permalink
fix: πŸ› Fixes to the issue and PR templates
Browse files Browse the repository at this point in the history
Fix title in the bug report. Fix links in the checklist.

βœ… Closes: #76
  • Loading branch information
abelsiqueira committed May 15, 2024
1 parent dcfb59e commit 94a35cd
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/10-bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Bug Report (running the package)
name: Bug Report
description: File a bug report related to running the package
title: "[Bug] "
labels: ["bug"]
Expand Down Expand Up @@ -59,7 +59,7 @@ body:
options:
- label: There is not an [existing issue](https://github.com/abelsiqueira/COPIERTemplate.jl/issues) with the same question
required: true
- label: I have read the [contributing guide](../docs/src/contributing.md)
- label: I have read the [contributing guide](https://github.com/abelsiqueira/COPIERTemplate.jl/blob/main/docs/src/contributing.md)
required: true
- label: I agree with the [code of conduct](../CODE_OF_CONDUCT.md)
- label: I agree with the [code of conduct](https://github.com/abelsiqueira/COPIERTemplates.jl/blob/main/CODE_OF_CONDUCT.md)
required: true
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/20-feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ body:
options:
- label: There is not an [existing issue](https://github.com/abelsiqueira/COPIERTemplate.jl/issues) with the same question
required: true
- label: I have read the [contributing guide](../docs/src/contributing.md)
- label: I have read the [contributing guide](https://github.com/abelsiqueira/COPIERTemplate.jl/blob/main/docs/src/contributing.md)
required: true
- label: I agree with the [code of conduct](../CODE_OF_CONDUCT.md)
- label: I agree with the [code of conduct](https://github.com/abelsiqueira/COPIERTemplates.jl/blob/main/CODE_OF_CONDUCT.md)
required: true
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/30-usage.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Usage question"
description: Questions related to the usage
labels: ["documentation"]
labels: ["usage docs"]
body:
- type: textarea
id: description
Expand All @@ -19,7 +19,7 @@ body:
required: true
- label: There is not an [existing issue](https://github.com/abelsiqueira/COPIERTemplate.jl/issues) with the same question
required: true
- label: I have read the [contributing guide](../docs/src/contributing.md)
- label: I have read the [contributing guide](https://github.com/abelsiqueira/COPIERTemplate.jl/blob/main/docs/src/contributing.md)
required: true
- label: I agree with the [code of conduct](../CODE_OF_CONDUCT.md)
- label: I agree with the [code of conduct](https://github.com/abelsiqueira/COPIERTemplates.jl/blob/main/CODE_OF_CONDUCT.md)
required: true
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/99-general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ body:
options:
- label: There is not an [existing issue](https://github.com/abelsiqueira/COPIERTemplate.jl/issues) with the same question
required: true
- label: I have read the [contributing guide](../docs/src/contributing.md)
- label: I have read the [contributing guide](https://github.com/abelsiqueira/COPIERTemplate.jl/blob/main/docs/src/contributing.md)
required: true
- label: I agree with the [code of conduct](../CODE_OF_CONDUCT.md)
- label: I agree with the [code of conduct](https://github.com/abelsiqueira/COPIERTemplates.jl/blob/main/CODE_OF_CONDUCT.md)
required: true
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
blank_issues_enabled: true
contact_links:
- name: Discussions
url: https://github.com//COPIERTemplate.jl/discussions
url: https://github.com/abelsiqueira/COPIERTemplate.jl/discussions
about: Create and follow discussions here
6 changes: 3 additions & 3 deletions template/.github/ISSUE_TEMPLATE/10-bug-report.yml.jinja
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Bug Report (running the package)
name: Bug Report
description: File a bug report related to running the package
title: "[Bug] "
labels: ["bug"]
Expand Down Expand Up @@ -59,7 +59,7 @@ body:
options:
- label: There is not an [existing issue](https://github.com/{{ PackageOwner }}/{{ PackageName }}.jl/issues) with the same question
required: true
- label: I have read the [contributing guide](../docs/src/contributing.md)
- label: I have read the [contributing guide](https://github.com/{{ PackageOwner }}/{{ PackageName }}.jl/blob/main/docs/src/contributing.md/)
required: true
- label: I agree with the [code of conduct](../CODE_OF_CONDUCT.md)
- label: I agree with the [code of conduct](https://github.com/{{ PackageOwner }}/{{ PackageName }}.jl/blob/main/CODE_OF_CONDUCT.md)
required: true
4 changes: 2 additions & 2 deletions template/.github/ISSUE_TEMPLATE/20-feature-request.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ body:
options:
- label: There is not an [existing issue](https://github.com/{{ PackageOwner }}/{{ PackageName }}.jl/issues) with the same question
required: true
- label: I have read the [contributing guide](../docs/src/contributing.md)
- label: I have read the [contributing guide](https://github.com/{{ PackageOwner }}/{{ PackageName }}.jl/blob/main/docs/src/contributing.md/)
required: true
- label: I agree with the [code of conduct](../CODE_OF_CONDUCT.md)
- label: I agree with the [code of conduct](https://github.com/{{ PackageOwner }}/{{ PackageName }}.jl/blob/main/CODE_OF_CONDUCT.md)
required: true
4 changes: 2 additions & 2 deletions template/.github/ISSUE_TEMPLATE/30-usage.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ body:
required: true
- label: There is not an [existing issue](https://github.com/{{ PackageOwner }}/{{ PackageName }}.jl/issues) with the same question
required: true
- label: I have read the [contributing guide](../docs/src/contributing.md)
- label: I have read the [contributing guide](https://github.com/{{ PackageOwner }}/{{ PackageName }}.jl/blob/main/docs/src/contributing.md/)
required: true
- label: I agree with the [code of conduct](../CODE_OF_CONDUCT.md)
- label: I agree with the [code of conduct](https://github.com/{{ PackageOwner }}/{{ PackageName }}.jl/blob/main/CODE_OF_CONDUCT.md)
required: true
4 changes: 2 additions & 2 deletions template/.github/ISSUE_TEMPLATE/99-general.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ body:
options:
- label: There is not an [existing issue](https://github.com/{{ PackageOwner }}/{{ PackageName }}.jl/issues) with the same question
required: true
- label: I have read the [contributing guide](../docs/src/contributing.md)
- label: I have read the [contributing guide](https://github.com/{{ PackageOwner }}/{{ PackageName }}.jl/blob/main/docs/src/contributing.md/)
required: true
- label: I agree with the [code of conduct](../CODE_OF_CONDUCT.md)
- label: I agree with the [code of conduct](https://github.com/{{ PackageOwner }}/{{ PackageName }}.jl/blob/main/CODE_OF_CONDUCT.md)
required: true

0 comments on commit 94a35cd

Please sign in to comment.