Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 952 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (13 loc) · 952 Bytes

Contributing

  1. Have a look at the issues tagged as Help Required
  2. Open an Issue
  3. Fork us https://github.com/jmeter-maven-plugin/jmeter-maven-plugin
  4. Clone your forked repository locally : git clone https://github.com/yourid/jmeter-maven-plugin/
  5. Create a branch (git checkout -b my_plugin)
  6. Don't forget to add Apache 2 License headers to your code
  7. Commit your changes (git commit -am "Added feature ISSUE ID")
  8. Add us as upstream : git remote add upstream https://github.com/yourid/jmeter-maven-plugin/
  9. Push to the branch (git push origin my_plugin)
  10. Update Issue with a link to your branch, or just make a Pull Request.
  11. Enjoy a refreshing Coffee or Tea or orange juice and wait