Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Latest commit

 

History

History
32 lines (18 loc) · 1.07 KB

CONTRIBUTING.md

File metadata and controls

32 lines (18 loc) · 1.07 KB

Contributing

First off all, thank you for taking the time to contribute!

When contributing to this project, please first discuss the changes you wish to make via an issue before making changes.

Your First Code Contribution

Unsure where to begin contributing? You can start by looking through the good first issue issues.

Getting the code

git clone https://github.com/alefragnani/atom-language-pascal.git

Prerequisites

  • Git, >= 2.22.0

Build

There is no building instructions/steps, because this is a Grammar Package. More details on how it works are provided by Atom Documentation

Testing

  1. Open the atom-language-pascal folder in Dev Mode
  2. Open any folder that contains Pascal sources

Submitting a Pull Request

Be sure your branch is up to date (relative to master) and submit your PR. Also add reference to the issue the PR refers to.