Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 1.6 KB

File metadata and controls

30 lines (16 loc) · 1.6 KB

How to contribute to entur/gha-artifactory

CI License

Did you find a bug?

  • 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, a link to a worklow run demonstrating the bug and a description of the expected behavior

Did you write a patch that fixes a bug?

  • Open a new GitHub pull request with the patch. We use conventional commits so please prefix your PR accordingly

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

Did you fix whitespace, format code, or make a purely cosmetic patch?

  • Prepend your PR with docs: for documentation, chore: for maintenance tasks and style: for renaming and simple refactoring

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

  • Open an issue and initiate a discussion before starting the work

Do you have questions about the source code?

  • Open an issue and ask your question, this may be a strong indication that some documentation is missing

Thanks! ❤️ ❤️ ❤️