File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ This repo is the open source project for the **code curious app** that aims to h
1414## How to set up
1515
16161 . Clone the repo (` git clone <repo-url> ` )
17- 1 . Change into the project directory (` cd rgbapp ` )
17+ 1 . Change into the project directory (` cd cc-app ` )
18181 . Run ` bundle install ` . This can fail for a number of reasons. See below for some troubleshooting.
19191 . Run ` (bundle exec) rake db:create ` . This will create the databases for ` development ` and ` test ` by default.
20201 . Install imagemagick (e.g. ` brew install imagemagick ` )
@@ -168,3 +168,21 @@ If this is the case try `$ bundle update` and then run `$ bundle exec rake -T` i
1681681 . Pull the latest changes.
1691691 . Push to Heroku using ` git push heroku master ` .
1701701 . If necessary, run migrations using ` heroku run rails db:migrate ` .
171+
172+ ## Contributing
173+
174+ Welcome! We're happy that you will help us improve our app. Please let us know, if you have any questions.
175+
176+ ** Choose or open an issue**
177+
178+ If you want to contribute, feel free to assign yourself to an existing issue or open a new one.
179+
180+ ** Create your own branch**
181+
182+ 1 . Clone the repository.
183+ 1 . ` git checkout -b <your-name>-<feature-name> ` to a new branch in your local repository.
184+ 1 . Make your changes.
185+ 1 . ` git commit -m ` 'Add commit message'
186+ 1 . ` git push ` to push your new branch to your GitHub repository.
187+
188+ When you have made your changes and tested them, please send us a pull request for review.
You can’t perform that action at this time.
0 commit comments