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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
<!-- vim-markdown-toc GFM -->
5
5
6
6
*[TLDR;](#tldr)
7
+
*[New feature requests](#new-feature-requests)
7
8
*[Prerequisites](#prerequisites)
8
9
*[Tooling installation](#tooling-installation)
9
10
*[Setting up your development environment](#setting-up-your-development-environment)
@@ -37,13 +38,21 @@
37
38
38
39
## TLDR;
39
40
41
+
NOTE: Please Create an RFE for new features before you continue working on PR
42
+
40
43
1. Create your own fork of the repo
41
44
2. Make changes to the code in your fork
42
45
3. Run unit tests and integration tests
43
46
4. Check the code with linters
44
47
5. Submit PR from your fork to main branch of the project repo
45
48
46
49
50
+
## New feature requests
51
+
52
+
1. Create an RFE: If you haven’t already, please create an RFE (Request for Enhancement) in the LCORE project (Red Hat contributions) or GitHub repository (external contributions). This helps us track the feature and ensures it is visible to the team.
53
+
2. RFE Vetting: Your RFE will be vetted by Pavel Tisnovsky and Stefan Bunciak to evaluate the requirement and alignment with our project goals.
54
+
3. Tests & Documentation: Please ensure that your feature implementation includes the necessary integration tests and comprehensive documentation covering the functionality and configuration options
0 commit comments