forked from vendetta-mod/Vendetta
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
102 changed files
with
10,386 additions
and
3,643 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,59 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
name: 🐞 Bug report | ||
description: Report a bug or an issue. | ||
title: 'bug: ' | ||
labels: bug | ||
assignees: '' | ||
labels: ['Bug report'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
# Revenge bug report | ||
|
||
--- | ||
Before creating a new bug report, please keep the following in mind: | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Device Information (please complete the following information):** | ||
- Device: [e.g. iPhone6] | ||
- OS: [e.g. iOS8.1] | ||
- Discord Version [e.g. 222111] | ||
- Bunny Version [e.g e19e89c-main] | ||
|
||
**Checklists** | ||
- [ ] I understand that this is a bug report and not a place to request new features or plugins | ||
- [ ] I understand that this is no place to report bugs produced by a plugin | ||
- [ ] I can reproduce this bug in Bunny's safe mode AND unable to reproduce it in vanilla/unmodded Discord | ||
- **Do not submit a duplicate bug report**: Search for existing bug reports [here](https://github.com/revenge-mod/revenge-bundle/issues?q=label%3A%22Bug+report%22). | ||
- **Review the contribution guidelines**: Make sure your bug report adheres to it. You can find the guidelines [here](https://github.com/revenge-mod/revenge-bundle/blob/main/CONTRIBUTING.md). | ||
- **Do not use the issue page for support**: If you need help or have questions, join us on [Discord](https://discord.gg/ddcQf3s2Uq). | ||
- type: textarea | ||
attributes: | ||
label: Bug description | ||
description: | | ||
- Describe your bug in detail | ||
- Add steps to reproduce the bug if possible (Step 1. ... Step 2. ...) | ||
- Add images and videos if possible | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Stack trace | ||
description: If this bug causes a JS crash, please paste the stack trace here. | ||
render: shell | ||
- type: textarea | ||
attributes: | ||
label: Component stack trace | ||
description: If this bug causes a JS crash, please paste the component stack trace here. | ||
render: shell | ||
- type: textarea | ||
attributes: | ||
label: Native crash trace | ||
description: If this bug causes a native crash, please paste the crash trace here. On Android, this can be accessed by doing `logcat | grep AndroidRuntime`. | ||
render: shell | ||
- type: textarea | ||
attributes: | ||
label: Solution | ||
description: If applicable, add a possible solution to the bug. | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: Add additional context here. | ||
- type: checkboxes | ||
id: acknowledgements | ||
attributes: | ||
label: Acknowledgements | ||
description: Your bug report will be closed if you don't follow the checklist below. | ||
options: | ||
- label: I have checked all open and closed bug reports and this is not a duplicate. | ||
required: true | ||
- label: I have chosen an appropriate title. | ||
required: true | ||
- label: All requested information has been provided properly. | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: 🗨 Discussions | ||
url: https://discord.gg/ddcQf3s2Uq | ||
about: Have something unspecific to Revenge in mind? Join us on Discord! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
name: ⭐ Feature request | ||
description: Create a detailed request for a new feature. | ||
title: 'feat: ' | ||
labels: ['Feature request'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
# Revenge feature request | ||
|
||
Before creating a new feature request, please keep the following in mind: | ||
|
||
- **Do not submit a duplicate feature request**: Search for existing feature requests [here](https://github.com/revenge-mod/revenge-bundle/issues?q=label%3A%22Feature+request%22). | ||
- **Review the contribution guidelines**: Make sure your feature request adheres to it. You can find the guidelines [here](https://github.com/revenge-mod/revenge-bundle/blob/main/CONTRIBUTING.md). | ||
- **Do not use the issue page for support**: If you need help or have questions, join us on [Discord](https://discord.gg/ddcQf3s2Uq). | ||
- type: textarea | ||
attributes: | ||
label: Feature description | ||
description: | | ||
- Describe your feature in detail | ||
- Add images, videos, links, examples, references, etc. if possible | ||
- type: textarea | ||
attributes: | ||
label: Motivation | ||
description: | | ||
A strong motivation is necessary for a feature request to be considered. | ||
|
||
- Why should this feature be implemented? | ||
- What is the explicit use case? | ||
- What are the benefits? | ||
- What makes this feature important? | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
id: acknowledgements | ||
attributes: | ||
label: Acknowledgements | ||
description: Your feature request will be closed if you don't follow the checklist below. | ||
options: | ||
- label: I have checked all open and closed feature requests and this is not a duplicate | ||
required: true | ||
- label: I have chosen an appropriate title. | ||
required: true | ||
- label: All requested information has been provided properly. | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
firstPRMergeComment: > | ||
Thank you for contributing to Revenge. Join us on [Discord](https://discord.gg/ddcQf3s2Uq) to receive a role for your contribution. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
name: Release | ||
on: | ||
push: | ||
branches: [main, dev] | ||
|
||
jobs: | ||
release: | ||
name: Release | ||
runs-on: ubuntu-latest | ||
permissions: | ||
contents: write | ||
|
||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
|
||
- name: Install pnpm | ||
uses: pnpm/action-setup@v4 | ||
with: | ||
version: latest | ||
|
||
- name: Install Node.js | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: 22 | ||
cache: pnpm | ||
|
||
- name: Install dependencies | ||
run: pnpm install --frozen-lockfile | ||
|
||
- name: Release | ||
run: pnpx semantic-release | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
RELEASE_BRANCH: ${{ github.ref_name }} |
Oops, something went wrong.