Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

Commit

Permalink
Add contributing section to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
DieterHolvoet committed Jun 20, 2021
1 parent 6c296f4 commit a0b0f79
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,23 @@ You can't install the module and enable the new queue service in a single deploy
[Drupal core issue](https://www.drupal.org/project/drupal/issues/3208556) has been created, if you need to do this you
can always patch your project using the merge request from that issue.

## Contributing
<table bgcolor="#f1f1f1">
<tbody><tr>
<td width="50">
<img src="https://www.drupal.org/files/ghmark-coi.png" width="32" height="32" alt="Github">
</td>
<td>
Please post <strong>bug reports</strong>, <strong>feature requests</strong> and <strong>other issues</strong> to the <a href="https://github.com/wieni/dead_letter_queue" rel="nofollow">GitHub project</a>.
</td>
</tr>
</tbody></table>

- [Wieni Code Style](https://github.com/wieni/wmcodestyle) is used by the project. The included `composer coding-standards` script can be used to validate the conventions.
- Tests are encouraged. This project doesn't have any test coverage yet, but contributions are welcome.
- Keep the documentation up to date. Make sure README.md and other relevant documentation is kept up to date with your changes.
- One pull request per feature. Try to keep your changes focused on solving a single problem. This will make it easier for us to review the change and easier for you to make sure you have updated the necessary tests and documentation.

## Changelog
All notable changes to this project will be documented in the
[CHANGELOG](CHANGELOG.md) file.
Expand Down

0 comments on commit a0b0f79

Please sign in to comment.