Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

678: Fix broken setup document link in README #679

Merged
merged 1 commit into from
Oct 7, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Click the "fork" button in the upper right of the Github repo page. A fork is a
Checkout a new branch for your issue - this branch can be named anything, but we encourage the format `XXX-brief-description-of-feature` where `XXX` is the issue number.

**Step 5: Happy Hacking!**
Follow the instructions in the [Setup Document](#setup) to set up your local environment. Feel free to discuss any questions on the issues as needed, and we will get back to you! Don't forget to write some tests to verify your code. Commit your changes locally, using descriptive messages and please be sure to note the parts of the app that are affected by this commit.
Follow the instructions in the [Setup Document](https://github.com/Terrastories/terrastories/blob/master/documentation/DEVELOPMENT.md) to set up your local environment. Feel free to discuss any questions on the issues as needed, and we will get back to you! Don't forget to write some tests to verify your code. Commit your changes locally, using descriptive messages and please be sure to note the parts of the app that are affected by this commit.

**Step 6: Pushing your branch and creating a pull request**
Push your branch up and create a pull request! Please indicate which issue your PR addresses in the title.
Expand Down