We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 530bdca commit ab23476Copy full SHA for ab23476
README.md
@@ -1,8 +1,6 @@
1
PyCon APAC Organizers Website
2
==================
3
4
-Pull requests are welcome! :)
5
-
6
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
7
8
## Available Scripts
@@ -29,3 +27,20 @@ See the section about [deployment](https://facebook.github.io/create-react-app/d
29
27
30
28
### `npm run deploy`
31
+
32
+## Contributing
33
34
+Pull requests are welcome! :)
35
36
+How to Create/submit a Pull Request
37
+###
38
+More info: https://www.freecodecamp.org/news/how-to-make-your-first-pull-request-on-github-3/
39
40
41
+How to Test your Code Locally
42
43
+1. Make code changes
44
+2. 'npm run start' - to check your changes locally
45
46
0 commit comments