-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Gregory Mitchell <[email protected]>
- Loading branch information
Showing
1 changed file
with
4 additions
and
2 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 |
---|---|---|
@@ -1,11 +1,13 @@ | ||
# Contributing | ||
|
||
Contributing guidelines for the project. We appreciate your help in helping us to improve the project. | ||
|
||
## Pull Requeset Process | ||
|
||
1.) Ensure that the pull request is at the correct branch you want to merge in. | ||
|
||
2.) Ensure that your new code has been tested and works properly. For example, if you're contributing to the Jenkins API, make sure tests pass against all official examples. | ||
2.) Ensure that your new code has been tested and works properly. | ||
|
||
3.) Confirm that the code is ready to be merged while meeting our conventions. | ||
|
||
We will approve and merge your pull request as soon as possiable if these requirements are met. | ||
We will approve and merge your pull request as soon as possiable if these requirements are met. |