From 08754cf4f24db7a16a4eb6e210d9ea517454fd46 Mon Sep 17 00:00:00 2001 From: Mohammad Afroz Alam <51114513+Alaz-Oz@users.noreply.github.com> Date: Wed, 17 Jan 2024 13:40:04 +0530 Subject: [PATCH 1/3] Added Bug and feature issue template --- .github/ISSUE_TEMPLATE/bug-report.md | 40 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md 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. From d5b775d3f37cc40bb4d6ef0224af735a99addcae Mon Sep 17 00:00:00 2001 From: Mohammad Afroz Alam <51114513+Alaz-Oz@users.noreply.github.com> Date: Wed, 17 Jan 2024 13:45:46 +0530 Subject: [PATCH 2/3] Added SECURITY.md - Added guide for reporting security vulnerabilities --- SECURITY.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 SECURITY.md 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). From ee3b4e33f607018c0e1c03ca1d91be1251c53b0f Mon Sep 17 00:00:00 2001 From: Mohammad Afroz Alam <51114513+Alaz-Oz@users.noreply.github.com> Date: Sat, 20 Jan 2024 23:20:02 +0530 Subject: [PATCH 3/3] Create pull_request.md Added template for creating PRs --- .github/PULL_REQUEST_TEMPLATE/pull_request.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request.md 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 +