Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 692 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (10 loc) · 692 Bytes

Contributing to ICMC Assembly Preprocessor

Contributing to ICMC Assembly Preprocessor is easy! Fork the repository and clone it to your local machine:

git clone https://github.com/lucasgpulcinelli/ICMC-assembly-preprocessor/

Then follow the steps below:

  1. Create an issue to report a problem, or to suggest a new feature.
  2. Fix the issue in your repository, and create a pull request that explicitly references the issue. Please utilize a branch name that is related to your contribution (for instance, if you added a "hello world" program, you could name your branch "hello_world").
  3. If step 1 or 2 were rejected, try again.

Please be respectful to your fellow contributors.