Sha256: fdc034a9c19d39bcf4c9319683ae1277f862e85e63390fd51fccbd704e43ee1a
Contents?: true
Size: 1.03 KB
Versions: 5
Compression:
Stored size: 1.03 KB
Contents
# Contributing Thanks for taking the time to contribute! The following is a set of guidelines for contributing to `monday_ruby`. These are mostly guidelines, not rules. Use your best judgment, and feel to propose changes to this document in a pull request. ## Your first code contribution Unsure where to begin contributing? You can start by looking through `good first issue` and `help wanted` issues. ### Pull request Please follow these steps to have your contribution considered: 1. Follow the [pull request template](PULL_REQUEST_TEMPLATE.md). 2. Follow the [commit guidelines](#commit-message-guidelines). 3. After you submit your pull request, verify that all the status checks are passing. ## Commit message guidelines * Use present tense ("Add feature" not "Added feature") * Use the imperative mood ("Move file to..." not "Moves file to...") * Limit the first line to 70 characters or less. * Reference issues and pull requests after the first line. * Try to follow [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/)
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
monday_ruby-1.0.0 | CONTRIBUTING.md |
monday_ruby-0.6.2 | CONTRIBUTING.md |
monday_ruby-0.6.1 | CONTRIBUTING.md |
monday_ruby-0.6.0 | CONTRIBUTING.md |
monday_ruby-0.4.0 | CONTRIBUTING.md |