/new-cft-website

A new Code for Tucson website.

Primary LanguageHTML

new-cft-website

A new Code for Tucson website.

standard-readme compliant

Table of Contents

Background

A new code repository for the Code for Tucson Website.

Contributing

If you're new to coding, we recommend installing:

  • a text editor like VS Code
  • Git which is a version control system. This helps people collaborate on projects. If you're new to git, take a look a Github Git tutorial

Feel free to dive in! Open an issue, submit Pull Requests (PRs), or even start your own project!

If you'd like to get your feet wet, take a look at some good first issues.

Brief Tutorial

We recommend newcomers to first read an old guide this. However, the developer community recently agreed to rename the master branch to main. As a refresher, to contribute take the following steps:

  • First, clone the repo
git clone <repo_url>
  • Create a new branch from the main branch (or master, or whatever branch you want to work off of).
git checkout -b <your_new_branch_name>
  • Make some code edits in your code editor. Then stage your changes with:
git add <the_file_you_modified>
  • Then you need to commit your changes with a message
git commit -m 'A brief summary of your code'
  • Push your changes to the remote repo (hosted here on Github):
git push -u origin <your_new_branch_name>
  • Finally, on Github, create a Pull Request if you don't have write access to the repository.

Standard Readme follows the Contributor Covenant Code of Conduct.

Learning Resources

Websites

Video Resources

Feel free to add resources you'd find helpful, or request new ones be added by creating an issue!

License

MIT