diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0a87aeafa00..8836457e667 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -9,18 +9,7 @@ body: Help us understand and replicate the issue by filling in this form. - - If you are unsure about how to fill out any fields in this - form, or are don't know whether the behaviour that you see is - actually a bug, then please contact - [IOHK Technical Support](https://iohk.zendesk.com/hc/en-us) first, - and they will guide you through the process. - - - If you know that the issue is already tracked in - [Jira](https://cardanofoundation.atlassian.net/) (i.e. has an `ADP-` issue number) - then please do not also submit it here. See the - [release notes](https://github.com/cardano-foundation/cardano-wallet/releases) + See the [release notes](https://github.com/cardano-foundation/cardano-wallet/releases) for known issues. - type: checkboxes attributes: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 33dda669182..9215cf87d1d 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,14 +2,12 @@ # 2. https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema # 3. https://yaml-multiline.info/ -blank_issues_enabled: false +blank_issues_enabled: true contact_links: - - name: 💁 IOHK Technical Support - url: https://iohk.zendesk.com/hc/en-us + - name: 💬 Cardano-wallet Discord Channel + url: https://discord.gg/Um2qfpDj5F about: | - Users: Please feel welcome to ask for help from the IOHK - Technical Support Desk. They are knowledgeable about commonly - experienced issues and workarounds. + General chat about cardano-wallet and related tools. - name: 🗨 Cardano Forums url: https://forum.cardano.org/ about: | @@ -21,5 +19,5 @@ contact_links: using “cardano-wallet” or its associated APIs, please use the “Developers” category of the Cardano forums. - name: ☢️ Security issues - url: https://preview.tinyurl.com/ec2nrv9c - about: Please report security vulnerabilities to security@iohk.io. + url: https://github.com/cardano-foundation/cardano-wallet/security + about: Please report security vulnerabilities through GitHub diff --git a/.github/ISSUE_TEMPLATE/failing_test.yml b/.github/ISSUE_TEMPLATE/failing_test.yml deleted file mode 100644 index e53d785a84e..00000000000 --- a/.github/ISSUE_TEMPLATE/failing_test.yml +++ /dev/null @@ -1,62 +0,0 @@ -name: 🔥 Failing Test Case -description: A failing test case scenario found locally or in CI which is preventing PRs from being merged. -title: "Flaky test: " -labels: "Test failure" -body: - - type: markdown - attributes: - value: >- - Thanks for helping us stay on top of flaky tests by filling - out this form. - - type: checkboxes - attributes: - label: 'Please ensure:' - options: - - label: This is actually a flaky test already present in the code and not caused by your PR. - required: true - - type: textarea - attributes: - label: Context - description: >- - Any information that is useful to understand the impact or - cause of the failing test. References to your PR or other - tickets are welcome. - validations: - required: true - - type: input - attributes: - label: Job name - validations: - required: true - description: >- - Name of the build job/workflow step. Please be specific with Cabal package - and component names if possible. - - type: input - attributes: - label: Test case name(s) - description: If applicable. - - type: textarea - attributes: - label: Error message - description: >- - For failing unit or integration tests, please copy and paste the output - of the test runner here. - - For properties, also provide the counter-example given by QuickCheck. - - For build system errors, ensure that you have found and copied - the *relevant* portion of the logs. Often the real error is to - be found somewhere above subsequent errors. - render: shell - validations: - required: true - - type: input - attributes: - label: Build link - description: >- - The URL of a build job in CI where the error occurs. Please - link to a specific build number. In Hydra, please link to the - job page rather than the logs. - placeholder: https://hydra.iohk.io/job/Cardano/cardano-wallet-bors-staging/linux.musl.cardano-wallet-linux64 - validations: - required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 98a5bc364d6..a0ded409fd2 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -4,23 +4,23 @@ labels: ["IMPROVEMENT", "ADDING FEATURE"] body: - type: textarea attributes: - label: The problem that you wish to solve + label: Why? description: >- Please describe your situation or application and what you - would like to achieve with Cardano. + would like to achieve. validations: required: true - type: textarea attributes: - label: Description + label: What? description: >- - Your idea for an improvement or new feature which would solve - this problem. + What feature or improvement currently missing would help you + achieve your goal. validations: required: true - type: textarea attributes: - label: Implementation suggestions + label: How? description: >- If you have any suggestions for how to implement this improvement, please add them.