From 58ee4a6bcd6e30e57c9b12c68f0e0c5dae0e29c3 Mon Sep 17 00:00:00 2001 From: william-cass-wright Date: Thu, 7 Nov 2024 21:18:21 -0800 Subject: [PATCH 1/2] templates for issues and pull requests --- .github/ISSUE_TEMPLATE/bug_report.md | 42 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 3 ++ .github/ISSUE_TEMPLATE/feature_request.md | 23 +++++++++++++ .github/ISSUE_TEMPLATE/question.md | 25 ++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 12 +++++++ 5 files changed, 105 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 create mode 100644 .github/ISSUE_TEMPLATE/question.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..bdd76779 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,42 @@ +--- +name: 🐛 Bug report +about: If something isn't working 🔧 +title: '' +labels: bug +assignees: +--- + +## 🐛 Bug Report + + + +## 🔬 How To Reproduce + +Steps to reproduce the behavior: + +1. ... + +### Code sample + + + +### Environment + +* OS: [e.g. Linux / Windows / macOS] +* Python version, get it with: + +```bash +python --version +``` + +### Screenshots + + + +## 📈 Expected behavior + + + +## 📎 Additional context + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..8f2da548 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,3 @@ +# Configuration: https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository + +blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..c387120f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,23 @@ +--- +name: 🚀 Feature request +about: Suggest an idea for this project 🏖 +title: '' +labels: enhancement +assignees: +--- + +## 🚀 Feature Request + + + +## 🔈 Motivation + + + +## 🛰 Alternatives + + + +## 📎 Additional context + + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 00000000..206f722b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,25 @@ +--- +name: ❓ Question +about: Ask a question about this project 🎓 +title: '' +labels: question +assignees: +--- + +## Checklist + + + +- [ ] I've searched the project's [`issues`](https://github.com/common-sync/common-sync/issues?q=is%3Aissue). + +## ❓ Question + + + +How can I [...]? + +Is it possible to [...]? + +## 📎 Additional context + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..47fb7c95 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,12 @@ +## Type of Change + +- [ ] new command +- [ ] modified command +- [ ] bug fix +- [ ] bump version +- [ ] other + +## Change Use + +- [ ] python package +- [ ] command line interface From cddd6e171e7f77d5e42715fbe4c248c7ddd5337e Mon Sep 17 00:00:00 2001 From: william-cass-wright Date: Thu, 7 Nov 2024 21:22:25 -0800 Subject: [PATCH 2/2] fixed url --- .github/ISSUE_TEMPLATE/question.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 206f722b..0d26a99c 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -10,7 +10,7 @@ assignees: -- [ ] I've searched the project's [`issues`](https://github.com/common-sync/common-sync/issues?q=is%3Aissue). +- [ ] I've searched the project's [`issues`](https://github.com/TheR1D/shell_gpt/issues?q=is%3Aissue). ## ❓ Question