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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,6 @@ The core requirements for this project are:
17
17
2. Once discussed and agreed upon, clone the project and base your changes on the `beta` branch.
18
18
3. Make your changes.
19
19
4. Validate your changes; at the very least, please build the image and start a server. [You can learn how to build the images using the guide located here](container/README.md).
20
-
5. Submit a pull request to the `beta` branch.
20
+
5. Submit a pull request to the `beta` branch. Be sure to add the appropriate reproduction steps and tests if applicable.
21
21
6. Once reviewed, your changes will be made available on DockerHub via the `-beta` tag, for example `jives/hlds:cstrike-beta`.
22
22
7. After some more tests, changes will be merged into the `main` branch where the production images will be published. This step will be performed by a project maintainer.
0 commit comments