Skip to content

Commit f10fd36

Browse files
Merge branch 'dev' into add-workflow
2 parents 021c4b6 + 5abde61 commit f10fd36

77 files changed

Lines changed: 5341 additions & 485 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: Bug Report
2+
description: Report a bug encountered while using DefyxVPN
3+
body:
4+
- type: markdown
5+
attributes:
6+
value: |
7+
Please make sure to provide a descriptive report. It saves time for both the developers and users who are looking for solutions. Providing as much information as possible, including screenshots and logs, is highly appreciated. This will help us to better understand the issue and respond more effectively.
8+
- type: checkboxes
9+
id: confirm-search
10+
attributes:
11+
label: Attention
12+
description: Please search [existing issues](https://github.com/UnboundTechCo/defyxVPN/issues) before reporting.
13+
options:
14+
- label: I searched and no similar issues were found
15+
required: true
16+
- type: textarea
17+
id: problem
18+
attributes:
19+
label: What Happened?
20+
description: |
21+
Please provide as much information as possible. Failing to do so may result in your issue or bug not being addressed in a timely manner.
22+
validations:
23+
required: true
24+
- type: textarea
25+
id: logs
26+
attributes:
27+
label: Relevant log output
28+
description: Please copy the log and send it to us.
29+
render: shell

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Wiki
4+
url: https://github.com/UnboundTechCo/defyxVPN/wiki
5+
about: A guide for using the application and troubleshooting issues.
6+
- name: Privacy policy
7+
url: https://defyxvpn.com/privacy-policy
8+
about: The policy for user privacy and data protection.
9+
- name: Contact us
10+
url: https://defyxvpn.com/contact
11+
about: Ways to reach support or the development team.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Feature Request
2+
description: Request a new feature
3+
labels: ["enhancement"]
4+
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Use this template to describe a new feature you want to see in the project.
10+
Please be as clear as possible, and provide examples if applicable.
11+
- type: textarea
12+
attributes:
13+
label: Feature description
14+
description: Provide a clear and concise description of the feature and the problem it solves.
15+
validations:
16+
required: true

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
### Change Description
2+
3+
What does this change add to or fix in the project?
4+
5+
### Checklist
6+
7+
- Code has been built and tested:
8+
- **iOS**
9+
- [ ] Real device
10+
- [ ] Simulator
11+
- **iPad**
12+
- [ ] Real device
13+
- [ ] Simulator
14+
- **Android**
15+
- [ ] Real device
16+
- [ ] Emulator
17+
18+
- [ ] App output has been tested on real devices and VPN functionality works correctly.
19+
- [ ] Unit and E2E tests have been written for critical parts of the code.
20+
- [ ] Relevant documentation (Documentation or README references) has been updated.
21+
- [ ] Compatibility and regression checks across different OS versions have been performed.
22+
- [ ] Verified there are no security, connection, or error-handling issues.
23+
- [ ] Confirmed there are no crashes or freezes on real devices.
24+
25+
### Related Links
26+
27+
- Link to any related issue or feature in the repository. Example: Closes #123

.github/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
requiredHeaders:
2+
- Prerequisites
3+
- Expected Behavior
4+
- Current Behavior
5+
- Possible Solution
6+
- Your Environment

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"
7+
ignore:
8+
- dependency-name: "*"
9+
update-types:
10+
- "version-update:semver-major"
3.41 KB
Loading

.github/images/download/github.png

2.57 KB
Loading
4.27 KB
Loading
3.11 KB
Loading

0 commit comments

Comments
 (0)