Open adriennelim opened 6 years ago
Related issue: #148 Add jshint.
Can I give it a go to solve (a), (b), (d) & (e), please? :)
We need to define the new updated structure of readme here, before starting to work on this. Let's start with this as a draft:
rails s
means, why we do bundle install
and when you need to do it (say, new package was added), add a noteto open second terminal for git workflow, since server should be running in the first one once rails s
is executed. stopping the server stops the local copy of site) (some exist already, need edits)// Need write content for 3 new extra useful section to help first time contributors
d)
) (new information)Does this sound reasonable? Readme should be able to cover:
Nice work @adriennelim and @cherchezlafemme !
I have a question about setting up our local repo.
In README.md, the instruction says to clone the repository by
git clone https://github.com/shescoding/shescoding-dot-org.git
However, if I do that, I will not be able to push my changes to it i.e. doing
git push origin <branchname>
will result in an error
"fatal: unable to access 'https://github.com/shescoding/shescoding-dot-org.git/': The requested URL returned error: 403"
Upon further research, it seems to me that we are supposed to create a clone of our fork instead of a clone of the original repo i.e.
git clone https://github.com/YOUR-USERNAME/shescoding-dot-org.git
see step 2 in https://help.github.com/articles/fork-a-repo/
I wonder if my understanding is correct or if the instruction in README.md needs to be updated? :)
Need to include information on "How to name a PR" and "What to put in description of PR" + "How to reference the issue the PR is addressing".
Hello Anya et al,
Apologies, I won't be able to complete this task due to increased workload. Can you change the status so that it's up for grabs for others?
Thanks & sorry!
Closed this by accident - reopening now.
no problem @adriennelim thank you so much for letting us know! ❤️
Whilst the current README.md guide provided a lot of good info, I encountered several issues while following the step by step guide. Following a brief discussion with Anya, here is a list of improvement opportunities identified:
a) Add step to cd into local forked repo before proceeding to next installation steps.
b) Add note to explain that if already running a newer version of Ruby and there may be a need to install 2.3.1 in order to switch to the older version before proceeding with other installation steps.
c) Add section to explain how to run site locally (step by step guide & tips). Cover case there if already had worked on a project before and want to contribute again.
d) Add section to explain GitHub workflow (step by step guide & tips) e.g.
e) Add a list of topics in the beginning with links to different sections of the Readme for easier discovery and navigation. Here's an example.