Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.33 KB

CONTRIBUTING.md

File metadata and controls

26 lines (17 loc) · 1.33 KB

CONTRIBUTING

Issue tracker

We've chosen JIRA as our issue tracker, so please use https://issues.jboss.org/browse/ORG project to submit feature requests, bugs etc.

Viewing open issues

You can see open issues by browsing 'www.jboss.org (Awestruct)' JIRA component.

Creating an issue

  • It's very important to set 'www.jboss.org (Awestruct)' JIRA component for the created issue. Otherwise it might not be noticed among many tasks of other jboss.org subprojects.
  • Please remember to add a link to Git Pull Request if your issue is related to a one.

Submitting pull requests

When adding new features it is important for you to follow the standard Github conventions with addition of creating a JIRA issue:

  1. Fork the project
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request
  6. Link the Pull Request in related JIRA issue or create a new one with description. Our JIRA has a specific field for Git Pull Request link.

For more detailed instructions, read this article on Github Help.