You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Suggest modifications to the project’s configuration, such as build tools, CI/CD pipeline adjustments, or environment settings to improve project management or deployment.
3
+
4
+
body:
5
+
- type: textarea
6
+
id: configuration-change
7
+
attributes:
8
+
label: ⚙️ The Configuration Change
9
+
description: >
10
+
Describe the specific configuration change you propose. What configuration settings or tools need adjustment?
11
+
Mention which part of the project this affects, like build tools, CI/CD settings, or deployment configurations.
12
+
validations:
13
+
required: true
14
+
15
+
- type: textarea
16
+
attributes:
17
+
label: Motivation, pitch
18
+
description: >
19
+
Explain the reason for this configuration change. How will it improve the project's management or deployment process?
20
+
For example, will it streamline the CI/CD pipeline, improve build times, or make the project easier to maintain?
21
+
validations:
22
+
required: true
23
+
24
+
- type: checkboxes
25
+
attributes:
26
+
label: Configuration Change Focus Areas
27
+
options:
28
+
- "Build tools"
29
+
- "CI/CD pipeline"
30
+
- "Environment settings"
31
+
- "Dependency management"
32
+
- "Other"
33
+
validations:
34
+
required: false
35
+
36
+
- type: markdown
37
+
attributes:
38
+
value: >
39
+
Thank you for your contribution! 🔧 Please provide as much information as possible about the configuration change and how it will benefit the project.
description: Suggest rewriting or replacing a part of the codebase for better performance, maintainability, or functionality.
3
+
4
+
body:
5
+
- type: textarea
6
+
id: re-implementation
7
+
attributes:
8
+
label: 🔄 The re-implementation
9
+
description: >
10
+
A clear and concise description of the part of the system that you think needs re-implementation.
11
+
What specific functionality or code block would you like to rewrite or replace? Please explain the issue in detail.
12
+
validations:
13
+
required: true
14
+
15
+
- type: textarea
16
+
attributes:
17
+
label: Motivation, pitch
18
+
description: >
19
+
Please provide the motivation for re-implementing this part of the code.
20
+
Why do you think the current implementation needs to be replaced or rewritten?
21
+
E.g., *"The current implementation is slow, hard to maintain, or outdated."* If you have any supporting context or examples, please include them here.
22
+
validations:
23
+
required: true
24
+
25
+
- type: checkboxes
26
+
attributes:
27
+
label: Areas of Focus
28
+
options:
29
+
- "Performance"
30
+
- "Maintainability"
31
+
- "Code readability"
32
+
- "Functionality improvement"
33
+
- "Other"
34
+
validations:
35
+
required: false
36
+
37
+
- type: markdown
38
+
attributes:
39
+
value: >
40
+
Thanks for contributing 🎉! Be as detailed as you can in your suggestion. The more information you provide, the easier it will be to understand the need for re-implementation and how it can improve the project!
description: Suggest a refactor to improve the code's efficiency, readability, or maintainability while keeping its functionality intact.
3
+
4
+
body:
5
+
- type: textarea
6
+
id: refactor-to-enhance
7
+
attributes:
8
+
label: 🔧 The refactor
9
+
description: >
10
+
Describe the part of the code that you think needs refactoring. What is the current problem or area that could benefit from enhancement?
11
+
How do you think refactoring will improve the codebase?
12
+
validations:
13
+
required: true
14
+
15
+
- type: textarea
16
+
attributes:
17
+
label: Motivation, pitch
18
+
description: >
19
+
Please explain the motivation for this refactor. Why is this refactor needed?
20
+
What benefits will it bring to the codebase, such as improved performance, easier maintenance, or better readability?
21
+
Provide examples of how the code can be improved if possible.
22
+
validations:
23
+
required: true
24
+
25
+
- type: checkboxes
26
+
attributes:
27
+
label: Refactoring Focus Areas
28
+
options:
29
+
- "Performance"
30
+
- "Code readability"
31
+
- "Maintainability"
32
+
- "Reducing complexity"
33
+
- "Other"
34
+
validations:
35
+
required: false
36
+
37
+
- type: markdown
38
+
attributes:
39
+
value: >
40
+
Thank you for suggesting a refactor! 🎉 Be sure to provide as much detail as possible, and help the team understand how the refactor can improve the codebase!
description: Suggest changes to improve the project's security, including identifying vulnerabilities and proposing measures to harden the codebase.
3
+
4
+
body:
5
+
- type: textarea
6
+
id: security-improvement
7
+
attributes:
8
+
label: 🔒 The Security Improvement
9
+
description: >
10
+
Describe the security improvement you propose. Identify any potential risks or vulnerabilities in the current setup
11
+
and detail the changes required to enhance security. Specify whether it impacts data handling, user authentication, or any external dependencies.
12
+
validations:
13
+
required: true
14
+
15
+
- type: textarea
16
+
attributes:
17
+
label: Motivation, pitch
18
+
description: >
19
+
Explain the motivation behind this security improvement. How does it protect against security risks, and what kind of
20
+
vulnerabilities does it address? Describe how it can prevent unauthorized access, data breaches, or other threats.
21
+
validations:
22
+
required: true
23
+
24
+
- type: checkboxes
25
+
attributes:
26
+
label: Security Improvement Focus Areas
27
+
options:
28
+
- "Data protection"
29
+
- "User authentication"
30
+
- "Dependency vulnerabilities"
31
+
- "Access control"
32
+
- "Other"
33
+
validations:
34
+
required: false
35
+
36
+
- type: markdown
37
+
attributes:
38
+
value: >
39
+
Thank you for prioritizing security! 🔒 Be as thorough as possible in identifying potential risks and detailing how your proposal will safeguard the project.
0 commit comments