Skip to content

Commit d06b086

Browse files
committed
add: contributing guidelines
1 parent 61cc8a0 commit d06b086

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CONTRIBUTING.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Contributing
2+
Thank you for your interest in helping out, your help is greatly appreciated ❤️.
3+
4+
Make sure you take a look at the [README](./README.md) first to get an understanding of the project.
5+
6+
## Issues
7+
To report an issue, head over to the [issues page](https://github.com/carsakiller/vscode-lua-webvue/issues). First, search for any similar issues to see if someone has already solved or began talking about your issue. If not, feel free to open up a [new issue]()
8+
9+
To help solve an issue, take a look for issues that have not already been assigned as those are the issues which are still up for grabs.
10+
11+
## Pull Requests
12+
To add your own changes to this project, fork this project and check out the [development section of the README](./README.md#development). It will detail how to get set up for development and testing.
13+
14+
Once you have your changes in your own repo, you can open a [pull request](https://github.com/carsakiller/vscode-lua-webvue/pulls) to request that your changes be added to this repository. Here are some tips for making a great pull request:
15+
16+
- Make sure you review and test your changes first so that your pull request isn't rejected due to a small oversight or syntax error.
17+
- If you are solving an issue, make sure you [link your PR to it](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue).
18+
- Make sure the "Allow edits by maintainers" checkbox is checked. This will allow maintainers tweak some things.

0 commit comments

Comments
 (0)