feat: 🧑💻 pull request template
This commit is contained in:
parent
732b2bf75e
commit
404476240e
@ -1,14 +1,7 @@
|
|||||||
---
|
<!-- 💖 Thanks for taking the time to fill out this bug report!
|
||||||
name: 🐛 Bug Report
|
|
||||||
about: File a bug report
|
|
||||||
title: "[Bug]: "
|
|
||||||
blank_issues_enabled: true
|
|
||||||
---
|
|
||||||
|
|
||||||
💖 Thanks for taking the time to fill out this bug report!
|
|
||||||
💁 Having trouble with deployment? [Ask the support chat.](https://matrix.to/#/%23firefish:matrix.fedibird.com)
|
💁 Having trouble with deployment? [Ask the support chat.](https://matrix.to/#/%23firefish:matrix.fedibird.com)
|
||||||
🔒 Found a security vulnerability? [Please disclose it responsibly.](https://git.joinfirefish.org/firefish/firefish/src/branch/develop/SECURITY.md)
|
🔒 Found a security vulnerability? [Please disclose it responsibly.](https://git.joinfirefish.org/firefish/firefish/src/branch/develop/SECURITY.md)
|
||||||
🤝 By submitting this issue, you agree to follow our [Contribution Guidelines.](https://git.joinfirefish.org/firefish/firefish/-/blob/develop/CONTRIBUTING.md)
|
🤝 By submitting this issue, you agree to follow our [Contribution Guidelines.](https://git.joinfirefish.org/firefish/firefish/-/blob/develop/CONTRIBUTING.md) -->
|
||||||
|
|
||||||
**What happened?** _(Please give us a brief description of what happened.)_
|
**What happened?** _(Please give us a brief description of what happened.)_
|
||||||
|
|
||||||
|
@ -1,14 +1,7 @@
|
|||||||
---
|
<!-- 💖 Thanks for taking the time to fill out this bug report!
|
||||||
name: ✨ Feature Request
|
|
||||||
about: Request a Feature
|
|
||||||
title: "[Feature]: "
|
|
||||||
blank_issues_enabled: true
|
|
||||||
---
|
|
||||||
|
|
||||||
💖 Thanks for taking the time to fill out this feature request!
|
|
||||||
💁 Having trouble with deployment? [Ask the support chat.](https://matrix.to/#/%23firefish:matrix.fedibird.com)
|
💁 Having trouble with deployment? [Ask the support chat.](https://matrix.to/#/%23firefish:matrix.fedibird.com)
|
||||||
🔒 Found a security vulnerability? [Please disclose it responsibly.](https://git.joinfirefish.org/firefish/firefish/src/branch/develop/SECURITY.md)
|
🔒 Found a security vulnerability? [Please disclose it responsibly.](https://git.joinfirefish.org/firefish/firefish/src/branch/develop/SECURITY.md)
|
||||||
🤝 By submitting this issue, you agree to follow our [Contribution Guidelines.](https://git.joinfirefish.org/firefish/firefish/-/blob/develop/CONTRIBUTING.md)
|
🤝 By submitting this feature request, you agree to follow our [Contribution Guidelines.](https://git.joinfirefish.org/firefish/firefish/-/blob/develop/CONTRIBUTING.md) -->
|
||||||
|
|
||||||
**What feature would you like implemented?** _(Please give us a brief description of what you'd like.)_
|
**What feature would you like implemented?** _(Please give us a brief description of what you'd like.)_
|
||||||
|
|
||||||
|
9
.gitlab/merge_request_templates/default.md
Normal file
9
.gitlab/merge_request_templates/default.md
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<!-- Thanks for taking the time to make Firefish better! It's not required, but please consider using [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) when making your commits. If you use VSCode, please use the [Conventional Commits extension](https://marketplace.visualstudio.com/items?itemName=vivaxy.vscode-conventional-commits). -->
|
||||||
|
|
||||||
|
**What does this PR do?** _(Please give us a brief description of what this PR does.)_
|
||||||
|
|
||||||
|
**Contribution Guidelines**
|
||||||
|
By submitting this issue, you agree to follow our [Contribution Guidelines](https://git.joinfirefish.org/firefish/firefish/-/blob/develop/CONTRIBUTING.md)
|
||||||
|
- [ ] I agree to follow this project's Contribution Guidelines
|
||||||
|
- [ ] I have made sure to test this pull request
|
||||||
|
- [ ] I have made sure to run `pnpm run format` before submitting this pull request
|
@ -1,28 +0,0 @@
|
|||||||
name: Pull Request
|
|
||||||
about: Create a pull request
|
|
||||||
title: "[PR]: "
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
Thanks for taking the time to make Firefish better! It's not required, but please consider using [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) when making your commits. If you use VSCode, please use the [Conventional Commits extension](https://marketplace.visualstudio.com/items?itemName=vivaxy.vscode-conventional-commits).
|
|
||||||
- type: textarea
|
|
||||||
id: about
|
|
||||||
attributes:
|
|
||||||
label: What does this PR do?
|
|
||||||
description: Please give us a brief description of what this PR does.
|
|
||||||
placeholder: Makes Firefish so amazing by...
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: checkboxes
|
|
||||||
id: terms
|
|
||||||
attributes:
|
|
||||||
label: Contribution Guidelines
|
|
||||||
description: By submitting this issue, you agree to follow our [Contribution Guidelines](https://git.joinfirefish.org/firefish/firefish/-/blob/develop/CONTRIBUTING.md)
|
|
||||||
options:
|
|
||||||
- label: I agree to follow this project's Contribution Guidelines
|
|
||||||
required: true
|
|
||||||
- label: I have made sure to test this pull request
|
|
||||||
required: true
|
|
||||||
- label: I have made sure to run `pnpm run format` before submitting this pull request
|
|
||||||
required: true
|
|
Loading…
Reference in New Issue
Block a user