2
2
3
3
We (as one entity) salute you for reading this contributing guide.
4
4
5
- Any contribution you make will be reflected/commited to this repository, so be careful on what you're doing!
5
+ Any contribution you make will be reflected/committed to this repository, so be careful on what you're doing!
6
6
7
7
Read our [ Code of Conduct] ( ./CODE_OF_CONDUCT.md ) to keep our community approachable and respectable.
8
8
@@ -28,13 +28,13 @@ The first and most important step is getting to know yourself and your setup:
28
28
- Can you understand it's syntax *** properly*** ?
29
29
- Can you solve common problems that occur when writing a program?
30
30
- Have you experienced coding alone with no help?
31
- - Do you know when and how to ask for help on sites like [ StackOverflow ] ( https://stackoverflow.com/ ) ?
31
+ - Do you know when and how to ask for help on sites like [ Stack Overflow ] ( https://stackoverflow.com/ ) ?
32
32
- Do you have your ` Java ` environment setup ready?
33
- - Do you have a JDK that supports ` Java-8 ` and above? * (persionally using Java-11)*
33
+ - Do you have a JDK that supports ` Java-8 ` and above? * (personally using Java-11)*
34
34
- Check it with ` java --version ` on your terminal.
35
35
- Do you know how to use ` Git ` or ` GitHub ` *** properly*** ?
36
36
37
- Next steop would be *** \* drum-roll\* *** forking the repository!
37
+ Next step would be *** \* drum-roll\* *** forking the repository!
38
38
- You can now write the actual code.
39
39
40
40
### What to do when writing the code
0 commit comments