Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.26 KB

CONTRIBUTIONS.md

File metadata and controls

33 lines (23 loc) · 1.26 KB

How to Contribute

Scroll down for Contribution Guidelines.

Basic Github CLI Workflow

Prerequisites:

Read the official github guide on contributions here

Tl;dr

  1. Fork the repository
  2. Clone the repository locally: git clone "url from your forked repo"
  3. Create a new branch: git switch -c your-new-branch
  4. Make changes
  5. Push Changes: git push -u origin your-branch-name
  6. Open pull request from github website

Additional

 


 

Contribution Guidelines

This project will use Github Issues for feature requests, asking for help, reporting issues, etc. Please add the appropriate labels when creating a new issue, and be as descriptive as possible.

(More guidelines and info will be added here in the future)

Check out these features that can be worked on, while the main ideas of the game are being defined