Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.73 KB

CONTRIBUTING.md

File metadata and controls

28 lines (18 loc) · 1.73 KB

How to contribute to Web DL

Did you find a bug?

  • Do not open up a GitHub issue if the bug is a security vulnerability in Web DL, and instead submit a content report.
  • 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, and a code sample or an executable test case demonstrating the expected behavior that is not occurring.
  • If possible, use the relevant bug report template to create the issue.

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.

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

  • Open a new GitHub pull request with the patch.
  • Ensure the PR description clearly describes the fix and reasoning.

Do you intend to request a new feature or modification of an existing one?

  • Ensure the feature requests was not already reported by searching on GitHub under issues.
  • If you're unable to find an open feature request addressing the idea, open a new one. Be sure to include a title and clear description, as much relevant information as possible, and a code sample or an executable test case demonstrating the requested behavior.
  • If possible, use the relevant feature request template to create the issue.

Thanks! 🙏

Rinesh Ramadhin