Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

CodeForTucson/new-cft-website-deprecated-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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. 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>

If you are not added yet as a collaborator, you may first need to fork the repo in order to contribute.

  • 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!

Social

License

MIT

About

A new Code for Tucson website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •