Skip to content

Commit 08efc3e

Browse files
authored
Update README.md
1 parent 50ea5f8 commit 08efc3e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Hey! This is a super-easy to follow Rails/React API tutorial that is fully in de
1212
- [Creating a Rails API](#rails-api)
1313
- [Create a react frontend](#create-a-react-frontend)
1414
- [Connect the API with React](#downloading-react-into-our-project)
15+
- [Contributing](#contributing)
1516

1617
## Downloading create-react-app
1718

@@ -407,3 +408,16 @@ id: 3
407408
408409
You can add any attribute to your liking to the serializer file for your next big project. But that's the end of the serializer section!
409410

411+
## Contributing
412+
- Fork it
413+
- Create your feature branch (git checkout -b my-new-feature)
414+
- Commit your changes (git commit -am 'Add some feature')
415+
- Push to the branch (git push origin my-new-feature)
416+
- Create new Pull Request
417+
418+
I love collaboration! Please feel free to contribute or add your insights ✨
419+
420+
## About the Author
421+
422+
I am a Software Engineer based in Los Angeles who can't stop building in rails 💎. You can find my site <a href="https://johncorderox.com">here.</a>
423+

0 commit comments

Comments
 (0)