You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

1.8 KiB

How to contribute to wg-manager

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, as much relevant information as possible, and a code sample demonstrating the expected behavior that is not occurring.

  • If possible, use the 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. Include the relevant issue number if applicable.

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

  • Send a GitHub Pull Request with a clear list of what you've done (read more about pull requests). Please follow our coding conventions (below) and make sure all of your commits are atomic (one feature per commit).

  • We use Karma commit message convention. Please follow it.

  • Use Angular, TypeScript and JavaScript style guides. You can check your code using npm run lint or ng lint or using standalone linters (for example, linter plugins for your editor).

Do you have questions about the source code?

  • Ask any question about how to use wg-manager in the Issues.

Thanks! ❤️ ❤️ ❤️

Per-Arne Andersen