Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 1.94 KB

CONTRIBUTING.md

File metadata and controls

43 lines (23 loc) · 1.94 KB

How to contribute to Robot Framework Language Server

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 or an executable test case demonstrating the expected behavior that is not occurring.

  • If possible, use the relevant bug report templates 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.

  • Before submitting, please ensure that

  1. The code has been formatted and passes linting (npm run lint)
  2. A test case has been added and it passes (npm run test)

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

  • Suggest your change by creating an issue (unless one exists already) on the issues page and start writing code.

  • 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.

  • Before submitting, please ensure that

  1. The code has been formatted and passes linting (npm run lint)
  2. A test case has been added and it passes (npm run test)

Do you have questions about the source code?

The extension is being developed solely on the author's free time. I encourage you to contribute if you want to see a specific feature added!

Thanks! ❤️ ❤️ ❤️

Tomi Turtiainen