Skip to content

Commit

Permalink
update issue & pr templates
Browse files Browse the repository at this point in the history
  • Loading branch information
astra1dev committed Dec 31, 2024
1 parent 1e48a46 commit ff50360
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Bug report
about: Create a report to help us improve
name: 🐛 Bug report
about: Report a bug that you've found
title: ''
labels: 'type: bug'
assignees: ''
Expand Down
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: 🤝 GitHub Community Support
url: https://github.com/astra1dev/AUnlocker/discussions
about: Please ask and answer questions here.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Feature request
about: Suggest an idea for this project
name: 🚀 Feature request
about: Request a new feature to be added
title: ''
labels: 'type: enhancement'
assignees: ''
Expand Down
35 changes: 35 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!--- Provide a general summary of your changes in the Title above -->

## What type of PR is this? (check all applicable)

<!--- Put an `x` in all the boxes that apply -->

- [ ] Bug Fix
- [ ] New Feature
- [ ] Refactor / Optimization
- [ ] Documentation Update

## Description

<!--- Describe your changes in detail. You can also include screenshots here. -->

## Context

<!--- Why is this change required? What problem does it solve? -->

<!--
For pull requests that relate or close an issue, please include them
below. We like to follow [Github's guidance on linking issues to pull requests](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue).
For example having the text: "closes #1234" would connect the current pull
request to issue 1234. And when we merge the pull request, Github will
automatically close the issue.
-->

## Checklist

<!--- Put an `x` in all the boxes that apply -->

- [ ] I have verified my changes work
- [ ] I have added an explanation of what my changes do
- [ ] My code follows the code style of this project

0 comments on commit ff50360

Please sign in to comment.