-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1d8e9f9
commit 3263460
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Contribution guide | ||
|
||
## Ground Rules | ||
|
||
A few general guidelines: | ||
|
||
- For major changes, please open an issue first to discuss what you would like to change. | ||
- Contributors should fork the repository and work on fixes or enhancements on their own fork. | ||
- Use the [pull request feature](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork) to submit your changes to this repository. | ||
- Committing directly to main is not possible. | ||
- All pull requests should be rebased (with main) and commits squashed prior to the final merge process. | ||
- Use [conventional commit](https://www.conventionalcommits.org/en/v1.0.0/) formatting for commit messages. | ||
- Do not combine fixes for multiple issues into one branch. Use a separate branch for each issue you’re working on. | ||
- Please include unit tests with all your code changes. | ||
- All unit tests must be 100% passing before the pull requests will be approved and merged. | ||
|
||
## Report a bug | ||
|
||
Please open an issue where you describe the bug and steps to reproduce. However, do NOT create an issue for security vulnerabilities, see [SECURITY.md](https://github.com/equinor/pepm-ui/blob/main/SECURITY.md) for security reporting. | ||
|
||
## How to suggest a feature or enhancement | ||
|
||
Please open an issue where you describe the feature or enhancement you would like to add or change. |