diff --git a/.github/ISSUE_TEMPLATE/10-bug-report.yml b/.github/ISSUE_TEMPLATE/10-bug-report.yml index 0f0b301b..9eb80b06 100644 --- a/.github/ISSUE_TEMPLATE/10-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/10-bug-report.yml @@ -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"] @@ -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 diff --git a/.github/ISSUE_TEMPLATE/20-feature-request.yml b/.github/ISSUE_TEMPLATE/20-feature-request.yml index 5ab876c4..0ba6e4f8 100644 --- a/.github/ISSUE_TEMPLATE/20-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/20-feature-request.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/30-usage.yml b/.github/ISSUE_TEMPLATE/30-usage.yml index d920b727..fb50bc9b 100644 --- a/.github/ISSUE_TEMPLATE/30-usage.yml +++ b/.github/ISSUE_TEMPLATE/30-usage.yml @@ -1,6 +1,6 @@ name: "Usage question" description: Questions related to the usage -labels: ["documentation"] +labels: ["usage docs"] body: - type: textarea id: description @@ -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 diff --git a/.github/ISSUE_TEMPLATE/99-general.yml b/.github/ISSUE_TEMPLATE/99-general.yml index fc5a98a5..e9398f8b 100644 --- a/.github/ISSUE_TEMPLATE/99-general.yml +++ b/.github/ISSUE_TEMPLATE/99-general.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index cd16b7fd..65bb6d2f 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 diff --git a/template/.github/ISSUE_TEMPLATE/10-bug-report.yml.jinja b/template/.github/ISSUE_TEMPLATE/10-bug-report.yml.jinja index 9e6d97a7..59622891 100644 --- a/template/.github/ISSUE_TEMPLATE/10-bug-report.yml.jinja +++ b/template/.github/ISSUE_TEMPLATE/10-bug-report.yml.jinja @@ -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"] @@ -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 diff --git a/template/.github/ISSUE_TEMPLATE/20-feature-request.yml.jinja b/template/.github/ISSUE_TEMPLATE/20-feature-request.yml.jinja index 1ced777a..6c75e6e8 100644 --- a/template/.github/ISSUE_TEMPLATE/20-feature-request.yml.jinja +++ b/template/.github/ISSUE_TEMPLATE/20-feature-request.yml.jinja @@ -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 diff --git a/template/.github/ISSUE_TEMPLATE/30-usage.yml.jinja b/template/.github/ISSUE_TEMPLATE/30-usage.yml.jinja index 6b143c9f..2d5e5d4e 100644 --- a/template/.github/ISSUE_TEMPLATE/30-usage.yml.jinja +++ b/template/.github/ISSUE_TEMPLATE/30-usage.yml.jinja @@ -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 diff --git a/template/.github/ISSUE_TEMPLATE/99-general.yml.jinja b/template/.github/ISSUE_TEMPLATE/99-general.yml.jinja index b8aed2f0..e116a20d 100644 --- a/template/.github/ISSUE_TEMPLATE/99-general.yml.jinja +++ b/template/.github/ISSUE_TEMPLATE/99-general.yml.jinja @@ -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