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
{{ message }}
This repository was archived by the owner on Jun 3, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,6 +173,17 @@ https://link.to.paste/bin
173
173
174
174
You cannot submit exercises that you have completed.
175
175
176
+
# Contribute
177
+
178
+
1.[Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device
179
+
2. Install the dependencies: `mvn dependency:go-offline`
180
+
3. Build the code : `mvn package`
181
+
4. Run the tests : `mvn test`
182
+
5. Run the checkstyle : `mvn checkstyle:check`
183
+
184
+
## Crafting a release
185
+
Releases are automatically built in Travis and pushed to GitHub releases. Once ready to release, update version in pom.xml and gat the commit accordingly. Once tests have passed a new release is uploaded to travis. Note: only travis runs with tag set are used for releases.
186
+
176
187
##Disclaimer
177
188
178
189
This software is licensed under [the MIT license](https://raw.githubusercontent.com/testmycode/tmc-cli/instructions/LICENSE).
0 commit comments