Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 2.45 KB

CONTRIBUTING.md

File metadata and controls

25 lines (18 loc) · 2.45 KB

How to contribute to UVdesk(Community)

Bug Reporting

  1. Verify that the bug was not already reported by searching on GitHub in the Issues section or supported dependent repositories Core Framework, Support Center, Mailbox Component, Automation bundle, Extension Framework If you're unable to find an open issue, open a new one.

  2. Verify that the bug you are reporting is a general issue and not specific to your individual setup.
    For individual issues please use the Community Forum.

Did you fix a bug?

  1. To provide a code contribution for an issue you will need to set up your own fork of the community-skeleton repository or supported depended repositories (core, support(https://github.com/uvdesk/support-center-bundle) etc) Make your code changes, commit the changes and make a Pull Request to the respective repository.
  2. Separate each fix into a new branch in your repository and name it with the issue ID e.g. issue-1456.
  3. When committing to your individual branch, please try and use the following as your commit message
    Fixed #1456 - <the subject of the issue>
  4. Please follow the pull request template as much as possible.

Did you create a new feature or enhancement?

  1. To provide a code contribution for a new feature or enhancement a feature request report should be created in case it doesn't exist.
  2. To contribute a feature to UVdesk, you must create a forked repository and set up your git and development environment.
  3. Make sure your commit messages are relevant and descriptive.
  4. Please follow the pull request template as much as possible.