Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 🐛 Fixes to the issue and PR templates #81

Merged
merged 1 commit into from
May 15, 2024
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: 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
Loading