Skip to content

Commit 1aea36a

Browse files
authored
Merge pull request lightspeed-core#2102 from tisnik/lcore-2933-rfes
LCORE-2933: Info about RFEs
2 parents 3a73ac8 + cf2dc42 commit 1aea36a

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<!-- vim-markdown-toc GFM -->
55

66
* [TLDR;](#tldr)
7+
* [New feature requests](#new-feature-requests)
78
* [Prerequisites](#prerequisites)
89
* [Tooling installation](#tooling-installation)
910
* [Setting up your development environment](#setting-up-your-development-environment)
@@ -37,13 +38,21 @@
3738

3839
## TLDR;
3940

41+
NOTE: Please Create an RFE for new features before you continue working on PR
42+
4043
1. Create your own fork of the repo
4144
2. Make changes to the code in your fork
4245
3. Run unit tests and integration tests
4346
4. Check the code with linters
4447
5. Submit PR from your fork to main branch of the project repo
4548

4649

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
55+
4756
## Prerequisites
4857

4958
- git

0 commit comments

Comments
 (0)