From bd9df0d6582b3add392529f689bfbb0d851bbc3f Mon Sep 17 00:00:00 2001 From: 0xneves Date: Tue, 16 Jan 2024 11:14:58 -0300 Subject: [PATCH 1/2] docs: adding issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 42 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 6 ++++ .github/ISSUE_TEMPLATE/feature_request.md | 35 +++++++++++++++++++ 3 files changed, 83 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..f48815e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,42 @@ +--- +name: Bug report +about: Create a report to help us improve +title: 'bug: ' +labels: bug +assignees: '' + +--- + +## Bug Report + +### Swaplace version + + + +### Current behavior + + + +### Expected behavior + + + +### Steps to reproduce + + + +### Related code + + + +```sh +insert short code snippets here +``` + +### Other information + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..d35aa27 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,6 @@ +--- +blank_issues_enabled: false +contact_links: + - name: Swaplace Community Support + url: https://github.com/blockful-io/swaplace-contracts/discussions + about: Please ask and answer questions here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..719f044 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,35 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: 'feat:' +labels: enhancement +assignees: '' + +--- + +## Feature Request + +### Describe the Feature Request + + + +### Describe Preferred Solution + + + +### Describe Alternatives + + + +### Related Code + + + +### Additional Context + + From 3819c8f89767a3d74598d68590e852c8b66c86bc Mon Sep 17 00:00:00 2001 From: 0xneves Date: Tue, 16 Jan 2024 11:15:22 -0300 Subject: [PATCH 2/2] fix: changing discussion url --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index d35aa27..526d9ff 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,5 +2,5 @@ blank_issues_enabled: false contact_links: - name: Swaplace Community Support - url: https://github.com/blockful-io/swaplace-contracts/discussions + url: https://github.com/blockful-io/swaplace-cairo/discussions about: Please ask and answer questions here.