diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..76c70db --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,40 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG] " +labels: '' +assignees: '' + +--- + +**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. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Language: [e.g. C++] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Version [e.g. 22] + - Language: [e.g. C++] + - App: [e.g. Termux] + - App-Version: [e.g. 1.0] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..e0c0168 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[FEATURE]" +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request.md b/.github/PULL_REQUEST_TEMPLATE/pull_request.md new file mode 100644 index 0000000..aa2989f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request.md @@ -0,0 +1,21 @@ +# Pull Request + +## Description + + +## Changes Made + + +## Related Issues + + +## Screenshots (if applicable) + + +## Checklist +- [ ] I have read and followed the [contribution guidelines](CONTRIBUTING.md). +- [ ] My code follows the coding standards of the project. +- [ ] I have updated the documentation if necessary. + +## Additional Notes + diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..d025c4a --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,23 @@ +# Security Policy + +## Reporting a Security Vulnerability + +If you discover a security vulnerability in this project, please follow these steps: + +1. **Do not create a public GitHub issue.** +2. Email the project owner directly at [2g.oz.labs@gmail.com](mailto:2g.oz.labs@gmail.com) with a detailed description of the vulnerability. +3. Allow some time for the project owner to review and respond to your report. +4. If the vulnerability is confirmed, the project owner will work on a fix and provide a timeline for the resolution. +5. Once the fix is ready, the project owner will coordinate with you for a responsible disclosure. + +## Supported Versions + +This project is continuously evolving, and only the latest version is actively supported. It is recommended to use the latest release for the most up-to-date features and security enhancements. + +## Code of Conduct + +By participating in this project, you agree to abide by the [Code of Conduct](CODE_OF_CONDUCT.md). + +## Reporting a Non-Security Issue + +For non-security related issues, bugs, or feature requests, please use the [GitHub issue tracker](https://github.com/2G-Labs/DSA/issues).