File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Hey! This is a super-easy to follow Rails/React API tutorial that is fully in de
12
12
- [ Creating a Rails API] ( #rails-api )
13
13
- [ Create a react frontend] ( #create-a-react-frontend )
14
14
- [ Connect the API with React] ( #downloading-react-into-our-project )
15
+ - [ Contributing] ( #contributing )
15
16
16
17
## Downloading create-react-app
17
18
@@ -407,3 +408,16 @@ id: 3
407
408
408
409
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!
409
410
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
+
You can’t perform that action at this time.
0 commit comments