Files
mac_os/CONTRIBUTING.md
Brooke Kuhlmann 682c06f234 Added initial port of original OSX project.
- This is a copy of the [OSX](https://github.com/bkuhlmann/osx) project
  originally released on 2012-03-31. The OSX project has been
  deprecated. All future development and support will take place with
  this project instead.
- This project uses the *macOS* name in order to better match the
  updated branding and terminology used by Apple.
2016-10-05 20:55:00 -06:00

1.7 KiB

Overview

Thanks for taking an interest in this open source project. Your support and involvement is greatly appreciated. The following details what you need to know in order to contribute.

Requirements

Contributing Code

  1. Read the project README thoroughly before starting.
  2. Fork the master branch of the repository.
  3. Ensure there are no setup, usage, and/or test issues (again, follow the README).
  4. Add tests for new functionality (refactoring and documentation changes can be excluded).
  5. Ensure all tests pass.
  6. Push your feature branch and submit a pull request.

Submitting Issues

  1. Submit an issue via the GitHub Issues tab (assuming one does not already exist).
  2. Clearly describe the issue (including steps to reproduce).
  3. Specify your enviroment setup (OS, browser, language, etc. with version info).
  4. Provide a stack dump (if possible).
  5. Explain any additional details that might help diagnose the problem quickly.

Feedback

Expect a response within one to three business days. Changes, alternatives, and/or improvements might be suggested upon review.