summaryrefslogtreecommitdiff
path: root/themes/CodeIT/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
Diffstat (limited to 'themes/CodeIT/.github/ISSUE_TEMPLATE')
-rw-r--r--themes/CodeIT/.github/ISSUE_TEMPLATE/PULL_REQUEST_TEMPLATE.md36
-rw-r--r--themes/CodeIT/.github/ISSUE_TEMPLATE/bug-report.md35
-rw-r--r--themes/CodeIT/.github/ISSUE_TEMPLATE/config.yml5
-rw-r--r--themes/CodeIT/.github/ISSUE_TEMPLATE/feature-request.md20
4 files changed, 96 insertions, 0 deletions
diff --git a/themes/CodeIT/.github/ISSUE_TEMPLATE/PULL_REQUEST_TEMPLATE.md b/themes/CodeIT/.github/ISSUE_TEMPLATE/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000..5a3db1b
--- /dev/null
+++ b/themes/CodeIT/.github/ISSUE_TEMPLATE/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,36 @@
+## Pull request type
+
+Please check the type of change your PR introduces:
+
+- [ ] Bugfix
+- [ ] Feature
+- [ ] Code style update (formatting, renaming)
+- [ ] Refactoring (no functional changes, no api changes)
+- [ ] Build related changes
+- [ ] Documentation content changes
+- [ ] Other (please describe):
+
+## What is the current behavior?
+
+<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. -->
+
+Issue Number: N/A
+
+## What is the new behavior?
+
+<!-- Please describe the behavior or changes that are being added by this PR. -->
+
+-
+-
+-
+
+## Does this introduce a breaking change?
+
+- [ ] Yes
+- [ ] No
+
+<!-- If this introduces a breaking change, please describe the impact and migration path for existing applications below. -->
+
+## Other information
+
+<!-- Any other information that is important to this PR such as screenshots of how the component looks before and after the change. -->
diff --git a/themes/CodeIT/.github/ISSUE_TEMPLATE/bug-report.md b/themes/CodeIT/.github/ISSUE_TEMPLATE/bug-report.md
new file mode 100644
index 0000000..10d7e84
--- /dev/null
+++ b/themes/CodeIT/.github/ISSUE_TEMPLATE/bug-report.md
@@ -0,0 +1,35 @@
+---
+name: 🐛 Bug Report
+about: Create a bug report
+title: "[BUG] Some problem..."
+labels: bug
+---
+
+## Describe the bug
+
+Briefly describe the issue you are experiencing, what you were trying to do and what happened instead. Remember, this is _not_ a place to ask questions. For that, go to the official [Discord channel](https://discord.com/channels/777188233284681768/777188575485493259)!
+
+## Expected behavior
+
+A clear and concise description of what you expected to happen.
+
+## Screenshots
+
+If applicable, add screenshots to help explain your problem.
+
+## Build Environment
+
+- OS: [e.g. Windows 10, macOS, Ubuntu]
+- Theme version/commit [e.g. 0.2.0, 2ccba79]
+- Hugo version [e.g. 0.69.0]
+
+Please try to use Hugo **extended** version before opening the issue.
+
+## Preview Environment
+
+- OS: [e.g. Windows 10, macOS, Ubuntu, iOS, Android]
+- Browser [e.g. Chrome, Safari, Firefox]
+
+## Additional Information
+
+Configuration files or front matter code...
diff --git a/themes/CodeIT/.github/ISSUE_TEMPLATE/config.yml b/themes/CodeIT/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 0000000..9d77107
--- /dev/null
+++ b/themes/CodeIT/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,5 @@
+blank_issues_enabled: false
+contact_links:
+ - name: Theme Documentation
+ url: http://codeit.suntprogramator.dev/categories/documentation/
+ about: Please read the documentation carefully.
diff --git a/themes/CodeIT/.github/ISSUE_TEMPLATE/feature-request.md b/themes/CodeIT/.github/ISSUE_TEMPLATE/feature-request.md
new file mode 100644
index 0000000..214b58f
--- /dev/null
+++ b/themes/CodeIT/.github/ISSUE_TEMPLATE/feature-request.md
@@ -0,0 +1,20 @@
+---
+name: 🔮 Feature request
+about: Suggest an idea for this project
+title: "[FEATURE] Some feature"
+labels: enhancement
+---
+
+## Describe the feature you want
+
+- Feature 1
+ I want this feature to solve ...
+
+- Feature 2
+ I want this feature to solve ...
+
+- ...
+
+## Useful reference
+
+If available, provide useful links to fulfill the feature.