AOSSIE-Org / Resonate

Clubhouse, but Open Source. A social voice platform.
GNU General Public License v3.0
199 stars 148 forks source link

Add issue templates #398

Closed vanshambansal closed 2 weeks ago

vanshambansal commented 2 weeks ago

Description

This pull request introduces four new issue templates to improve the categorization and management of issues within the repository:

  1. Re-Implementation Template:
    A template for proposing the re-implementation of existing features or code with the aim of improving performance, readability, or efficiency, while maintaining the original functionality.

  2. Refactor To Enhance Template:
    A template for suggesting code refactoring that improves maintainability, structure, or adheres to best practices, without changing the core functionality.

  3. Configuration Change Template:
    A template for issues related to changes in the project’s configuration, such as adjustments to build tools, CI/CD pipelines, or environment-specific settings.

  4. Security Improvement Template:
    A template for identifying potential security risks and suggesting improvements to harden the codebase against vulnerabilities.

These templates are part of the effort to add more detailed issue types, enhancing the issue reporting process and improving overall project organization.

Fixes #356 (Add More Issue Types)

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

This change doesn't require testing as it only adds new templates to the repository. To verify, ensure that the templates appear correctly when creating an issue. No functionality has been changed.

Checklist:

Maintainer Checklist

Aarush-Acharya commented 2 weeks ago

Configuration Change Description: Involves changes to the project's configuration, such as build tools, CI/CD pipeline adjustments, or environment-specific settings.

Security Improvement Description: Focuses on identifying potential security risks and requesting improvements to harden the codebase against vulnerabilities.

Please add these two as well @vanshambansal

vanshambansal commented 2 weeks ago

Configuration Change Description: Involves changes to the project's configuration, such as build tools, CI/CD pipeline adjustments, or environment-specific settings.

Security Improvement Description: Focuses on identifying potential security risks and requesting improvements to harden the codebase against vulnerabilities.

Please add these two as well @vanshambansal

Done!! Let me know if you need any further changes or if I can assist with anything else!

Aarush-Acharya commented 2 weeks ago

Hey @vanshambansal, good work

vanshambansal commented 1 week ago

Hey @vanshambansal, good work

thank u sir