You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Version 2.0.0
## Goals
- Avoid unsafe operations (e.g., `git rebase`).
- Introduce some additional best practices (e.g., `git commit -v`; checking what files will be committed before committing, and modifying .gitignore if it's wrong.).
- Reduce the number of different commands required to learn, but possibly require more commands to be issued (e.g., `git branch feature; git checkout feature` instead of `git checkout -b feature`; it might seem like the latter is easier, but then you must know the purpose of -b, and when to leave it off).
- Rely on more external resources for instructions and provide more links to other resources.
## To-do
- [x] Create contributor guide
- [x] Create maintainer guide
- [x] Delete old reference
- [x] Rewrite activity
- [x] Link activity to steps in contributor guide.
- [x] Link activity to steps in maintainer guide.
- [x] Rewrite presentation.pptx
- [x] Update README
- [x] Add license to each file
- [x] Address feedback
- [x] Tag master as v1.0.0
## Issues
- Closes#25 because they are now asked to add a license
- Closes#22 because reflection subsections are added to each section
- Closes#21 because there are now different guides for different roles
- Closes#24 because <MY_URL> and <THEIR_URL> are gone; although folks could still get confused by all caps placeholders even though they are explained at the beginning of the guide.
- Closes#18 because no paths are given
- Closes#20 because I gave a new guess to the time requirements.
- Closes#23 because there are now each section ends with reflection questions which are times for group discussions.
- Closes#31
- Closes#30
- Closes#29
- Closes#32
- Closes#33
- Closes#34
Folks are getting to "Contribute conflicting changes" in about an hour (not including presentation). Update readme acodingly and POSSE scheduling.
The text was updated successfully, but these errors were encountered: