Firstly, thank you for taking time and contributing to the project. All your efforts to contribute are highly appreciated!
Feature Requests by the community are highly encouraged. However, please make sure to check that your feature is not already in the making. Clearly state why this feature is necessary or why it will be a great addition to the project along with sample use cases to help developers better understand it.
Before submitting an issue please make sure:
- You have read the documentation about the pipeline or function you're trying to use.
- You have already searched for related issues, and found none open (if you found a related closed issue, please link to it from your post).
- Your issue title is concise, on-topic and polite.
- You can and do provide steps to reproduce your issue.
- For developers, please make sure your environment is setup correctly.
-
Fork the repository to your own GitHub account
-
Clone from your repository
$ git clone https://github.com/your-username/repository-name
- Install the development dependencies
$ npm install
- Start the development server
$ npm run serve
- Run linter
$ npm run lint
- Create a new pull request with an appropriate title, detailed explanation of what the pull request does and attach links to other issues or pull requests related to your pull request
By contributing your code to the Gisty Client GitHub repository, you agree to license your contribution under the MIT license.