Skip to content

Commit d9618d4

Browse files
committed
chore: added ci/cd templates & details
1 parent 0721701 commit d9618d4

6 files changed

Lines changed: 102 additions & 0 deletions

File tree

.github/FUNDING.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github: [Maximus7474]
2+
ko_fi: maximus_prime
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: 🐛 Bug report
3+
about: Create a report to help us improve
4+
title: '[BUG] '
5+
labels: bug
6+
assignees: ''
7+
---
8+
9+
## Description
10+
## Reproduction Steps
11+
## Expected Behavior
12+
## Environment Info
13+
- **OS:** [e.g. Windows 11, Ubuntu 22.04]
14+
- **Version:** [e.g. v1.0.4]
15+
16+
## Additional Context
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: ✨ Feature request
3+
about: Suggest an idea for this project
4+
title: '[FEATURE] '
5+
labels: enhancement
6+
assignees: ''
7+
---
8+
9+
## Problem Statement
10+
## Proposed Solution
11+
## Alternatives Considered
12+
## Additional Context
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: 🛡️ Security Report
3+
about: Report a security vulnerability privately
4+
title: '[SECURITY] '
5+
labels: security
6+
---
7+
8+
> [!CAUTION]
9+
> **STOP! Do not post sensitive security vulnerabilities in a public issue.**
10+
> To keep our users safe, please report all security concerns through our private advisory channel.
11+
>
12+
> **[Submit a Security Advisory →](https://github.com/fxManagerProject/fxManager/security/advisories/new)**
13+
14+
15+
---
16+
17+
## Why use an Advisory?
18+
* **Privacy:** Only maintainers can see your report.
19+
* **CVE ID:** We can request a CVE ID directly through the advisory.
20+
* **Collaboration:** We can collaborate on a fix in a private fork before going public.
21+
22+
*If you believe the issue is not a security risk but a general bug, please use the **Bug Report** template instead.*
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: ❓ Support Request
3+
about: Need help using the project?
4+
title: '[SUPPORT] '
5+
labels: support
6+
assignees: ''
7+
---
8+
9+
## What are you trying to achieve?
10+
## What have you tried so far?
11+
## Relevant Logs / Screenshots

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
## Description
2+
3+
<!-- REQUIRED !!
4+
5+
Please address the following:
6+
* Purpose of the PR (resolves issue #X, adds feature, improves X functionality)
7+
* Mention how the PR implements/integrates the feature/fix/improvement
8+
* Mention any related Issues if applicable
9+
10+
-->
11+
12+
<!--
13+
Answer truthfully, this has it's purpose when reviewing PRs
14+
and is not used to judge the contributor's work.
15+
Lying on this is pointless, and we allow ourselves to not consider
16+
PRs where GenAI was used and not declared.
17+
-->
18+
- [ ] Generative AI was used in the creation of the changes of this PR.
19+
20+
---
21+
22+
## Tests
23+
24+
- [ ] Tested in development mode
25+
- [ ] Passes typecheck
26+
- [ ] Builds & runs on Windows
27+
- [ ] Builds & runs on Linux
28+
29+
---
30+
31+
## Additional Notes
32+
33+
<!--
34+
Any extra details you wish to share, i.e.:
35+
* Unable to test on linux -> state why for context
36+
* Request feedback
37+
* Explain why the PR is listed as a Draft
38+
* List todo steps requiring discussion
39+
-->

0 commit comments

Comments
 (0)