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
👏👏 Welcome to [examplehub/SpringBoot](https://github.com/examplehub/Java) ! Before sending your pull requests. Please make sure that you **read the whole guidelines**.
6
+
7
+
## Contributing
8
+
9
+
#### How to contribute
10
+
1. Fork the project to your github account & clone locally computer.
11
+
2. Create an upstream remote and sync your local copy before you branch.
12
+
3. Branch for each separate piece of work.
13
+
4. Do the work, write good commit messages, and read the CONTRIBUTING file.
14
+
5. Push to your origin repository.
15
+
6. Create a new PR in GitHub.
16
+
7. Waiting to be review by the maintainers.
17
+
18
+
#### Code Style
19
+
* Single letter variable names are old school so please avoid them unless their life only spans a few lines.
20
+
* Make sure build success using `mvn clean test` command.
0 commit comments