Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.36 KB

CONTRIBUTING.md

File metadata and controls

31 lines (24 loc) · 1.36 KB

Contributing to the SIGAI@UCF Hackpack

Firstly, thanks for taking the time to contribute!

The following is a set of guidelines for contributing to the Hackpack, which is hosted by SIGAI@UCF. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.


Table of Contents:

  1. Code of Conduct
  2. How to Contribute

Code of Conduct

We hold everyone to this standard, even ourselves. By contributing, you're agreeing to the Hackpack's Code of Conduct. If you find any unacceptable behavior, please report it to [email protected].

How to Contribute

  1. Fork, then clone the repo using (note: <your-username> should be replaced with your GitHub username):
$ git clone [email protected]:<your-username>/hackpack.git
  1. Now, make your edits, following the format that's laid out in the wiki.
  2. Submit your edits via a pull request.
    • Now, you're waiting on us to verify the changes. This is run by students, so we'll be as prompt as possible; but we'll do our best to get everything checked within a week of your pull.
    • To increase your chances of having your submission accepted, please follow the wiki that shows you how to write you comments on the pull request.