Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.3 KB

CONTRIBUTING.md

File metadata and controls

23 lines (13 loc) · 1.3 KB

How to contribute to SAPHanaSR-angi

Did you find a bug?

  • Do not open up a GitHub issue if the bug is a security vulnerability in the application, and instead contact the security team.

  • Ensure the bug was not already reported by searching on GitHub under Issues.

  • If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible, including screenshots of what you see when pertinent. You can attach screenshots to the text by drag and dropping them.

Did you write a patch that fixes a bug?

  • Open a new GitHub pull request with the patch.

  • Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.

  • Screenshots are appreciated for visual changes, even on CLI outputs.

Do you intend to add a new feature or change an existing one?

  • Please open an issue to discuss your change before writing any code.
  • If the changes are visual, consider attaching screenshots showing the before/after change in the GitHub pull request description.