Skip to content
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 977 Bytes

creating-issues-and-pull-requests.md

File metadata and controls

13 lines (8 loc) · 977 Bytes

Creating an Issue

If you found an issue or maybe you like to propose a new feature to the project, you need to access the following link:

https://github.com/hechoendrupal/drupal-console/issues/new

Please review the guidelines for contributing to Drupal Console at:

https://github.com/hechoendrupal/drupal-console/blob/master/CONTRIBUTING.md

Creating a Pull Request

Remember to create a branch before start developing! It's name should contain the issue id and a slug to tell what the thing you're working on is about, for example: 1337-lorem-ipsum

If you haven't yet contributed to a project on GitHub, or aren't still sure what the workflow looks like, read the documentation about pull requests. You may also wish to download the GitHub application (Mac | Windows, which simplifies the workflow a bit and provides a nice GUI for your contributions).