Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.53 KB

CONTRIBUTING.md

File metadata and controls

15 lines (12 loc) · 1.53 KB

Interested in contributing to UMass CICSoft's website?

We welcome contributions to our website repository, regardless of experience level or university affiliation. When contributing, please follow the Contributor Covenant Code of Conduct.

Issues

Please feel free to submit feature requests and bug reports, using the issue templates provided while attempting to create new issues.

Contributing

We follow the "fork-and-pull" Git workflow for submitting patches and additions:

  1. Fork the repository on GitHub, using the GUI.
  2. Clone the forked repository on your machine: git clone <forked-repository-url>;
  3. Create and checkout a new branch with an appropriate name for the changes to be performed: git checkout -b <new-branch-name>;
  4. Stage and commit your changes to this branch, after making the requisite changes: git add ...; git commit -m "...";
  5. Push your modified branch to the remote fork: git push origin <new-branch-name>;
  6. Submit a Pull Request so that the CICSoft team can review your changes.