This is a repository to provide a space for members of a local learn code group in Vancouver (YVR).
Based on the use of github by the code4lib community we are experimenting with github to support our learning needs as follows:
- Post a project idea
- Create a discussion item
- Reveal your code and your repository
- Work on a software project together
- Fork a project on github
- Record meeting notes and other ideas in the wiki
We are a group of local library people around Vancouver with a commitment to work on coding skills together. We do a weekly create and transparently show our learning to peers and mentors in the group. Everyone in the group is a peer AND a mentor. We have no members by virtue of any group or employer affliliation -- come as yourself or not at all.
To join you will have to:
- get your own github account
- share ideas, tools and talk
Discussion is welcome by creating a new issue: https://github.com/maryakem/llearncode/issues/new
- Fork the codebase e.g. to https://github.com/your-username/llearncode (click the "Fork" button in the upright corner of the page)
- Click the link for one of the files (e.g.
code_of_conduct.md
) - Click the Edit button
- Add a commit summary and (optionally) an extended description
- Click the Commit Changes button
- Create a pull request by clicking the Pull Request button at the top of the page
- Fork the codebase e.g. to https://github.com/your-username/antiharassment-policy
- Clone your fork locally (
git clone [email protected]:your-username/antiharassment-policy.git my-antiharassment-policy
) - Create a branch to hold your changes (
git checkout -b my-changes
) - Commit the changes you've made (
git commit -am "Some descriptive text around what you've added"
) - Push your branch to github (
git push origin my-changes
) - Create a pull request e.g. at https://github.com/your-username/antiharassment-policy/pull/new/master