diff --git a/.github/ISSUE_TEMPLATE/01_feature_request.yml b/.github/ISSUE_TEMPLATE/01_feature_request.yml index db4556d..84bd423 100644 --- a/.github/ISSUE_TEMPLATE/01_feature_request.yml +++ b/.github/ISSUE_TEMPLATE/01_feature_request.yml @@ -1,6 +1,6 @@ name: 🚀 Feature Request description: Submit a proposal/request for a new ds-template feature. -title: "feat: " +title: "feat: " labels: ["feature"] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/02_bug_report.yml b/.github/ISSUE_TEMPLATE/02_bug_report.yml index 8c43f4e..94782e2 100644 --- a/.github/ISSUE_TEMPLATE/02_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/02_bug_report.yml @@ -12,7 +12,7 @@ body: attributes: label: What happened? description: Also tell us, what did you expect to happen? - placeholder: Tell us what you see! + placeholder: XYZ doesn't work as expected... value: "A bug happened!" validations: required: true @@ -20,9 +20,9 @@ body: id : how-to-reproduce attributes: label: How can we reproduce it? - description: Please provide a code snippet to reproduce the bug. - placeholder: import dbally - render: python + description: Please provide steps (commands) that led you to the bug. + placeholder: cookiecutter git@github.com:deepsense-ai/ds-template.git + render: bash - type: textarea id: logs attributes: