Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 2.5 KB

Contributing.md

File metadata and controls

42 lines (29 loc) · 2.5 KB

Contributing

We love contributions! We really need your help to fabric8 more awesome, so please join our community!

Many thanks to all of our existing contributors! Why not dive in and help?

Here's some notes to help you get started:

Getting Started

  • Make sure you have a GitHub account as you'll need it to submit issues, comments or pull requests.
  • Got any ideas for how we can improve fabric8? Please submit an issue with your thoughts. Constructive criticism is always greatly appreciated!
  • Fancy submitting a blog post, article or screencastwe can link to? Just submit an issue and we'll merge it into our website.
  • Search our issue tracker and see if there's been any ideas or issues reported for what you had in mind; if so please join the conversation in the comments.
  • Submit any issues, feature requests or improvement ideas our issue tracker.
    • Clearly describe the issue including steps to reproduce when it is a bug.
    • Make sure you fill in the earliest version that you know has the issue.

Fancy hacking some code?

  • If you fancy working on some code, check out the these lists of issues:

  • To make code changes, fork the repository on GitHub then you can hack on the code. We love any contribution such as:

    • fixing typos
    • improving the documentation or embedded help
    • writing new test cases or improve existing ones
    • adding new features

Submitting changes to fabric8

  • Push your changes to your fork of the fabric8 repository.
  • Submit a pull request to the repository in the fabric8io organization.
  • If your change references an existing issue then use "fixes #123" in the commit message (using the correct issue number ;).

Additional Resources