Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 6c7ec8c

Browse files
CCAtAlvisczgtest
authored andcommitted
added contribution guidelines (#665)
* added contribution guidelines * updated CONTRIBUTING.md removed the automated issue management part
1 parent 238811a commit 6c7ec8c

File tree

1 file changed

+75
-0
lines changed

1 file changed

+75
-0
lines changed

CONTRIBUTING.md

+75
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
# Contributing to VS Code extension for Arduino
2+
3+
Welcome, and thank you for your interest in contributing to the VS Code extension for Arduino!
4+
5+
There are many ways that you can contribute, beyond writing code. The goal of this document is to provide a high-level overview of how you can get involved.
6+
7+
## Contributing Fixes
8+
9+
If you are interested in writing code to fix issues, first look at the issues with the [help-wanted](https://github.com/Microsoft/vscode-arduino/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) label. They should have the context and code pointers needed to get started. If not, then feel free to ask for some, and we will be happy to provide any guidance you need.
10+
11+
12+
13+
## Reporting Issues
14+
15+
Have you identified a reproducible problem? Have a feature request? We want to hear about it! Here's how you can make reporting your issue as effective as possible.
16+
17+
### Look For an Existing Issue
18+
19+
Before you create a new issue, please do a search in [open issues](https://github.com/Microsoft/vscode-arduino/issues) to see if the issue or feature request has already been filed.
20+
21+
Be sure to scan through the [most popular](https://github.com/Microsoft/vscode-arduino/issues?q=is%3Aopen+is%3Aissue+sort%3Areactions-%2B1-desc) issues.
22+
23+
If you find your issue already exists, make relevant comments and add your [reaction](https://github.com/blog/2119-add-reactions-to-pull-requests-issues-and-comments). Use a reaction in place of a "+1" comment:
24+
25+
* 👍 - upvote
26+
* 👎 - downvote
27+
28+
Subscribe to such issues so that you are kept up to date about the progress.
29+
30+
If you cannot find an existing issue that describes your bug or feature, create a new issue using the guidelines below.
31+
32+
### Writing Good Bug Reports and Feature Requests
33+
34+
File a single issue per problem and feature request. Do not enumerate multiple bugs or feature requests in the same issue.
35+
36+
Do not add your issue as a comment to an existing issue unless it's for the identical input. Many issues look similar, but have different causes.
37+
38+
The more information you can provide, the more likely someone will be successful reproducing the issue and finding a fix.
39+
40+
Please include the following with each issue:
41+
42+
* Version of VS Code and this extension
43+
44+
* OS/Platform you are working on
45+
46+
* Reproducible steps (1... 2... 3...) that cause the issue
47+
48+
* What you expected to see, versus what you actually saw
49+
50+
* Images, animations, or a link to a video showing the issue occurring
51+
52+
* A code snippet that demonstrates the issue or a link to a code repository the developers can easily pull down to recreate the issue locally
53+
54+
* **Note:** Because the developers need to copy and paste the code snippet, including a code snippet as a media file (i.e. .gif) is not sufficient.
55+
56+
* Errors from the Dev Tools Console (open from the menu: Help > Toggle Developer Tools -> Console)
57+
58+
### Final Checklist
59+
60+
Please remember to do the following:
61+
62+
* [ ] Search the issue repository to ensure your report is a new issue
63+
64+
* [ ] Simplify your code around the issue to better isolate the problem
65+
66+
Don't feel bad if others can't reproduce the issue right away. They will simply ask for more information!
67+
68+
### Follow Your Issue
69+
70+
Once submitted, your report will go into the [issue tracking](https://github.com/Microsoft/vscode/wiki/Issue-Tracking) workflow. Be sure to understand what will happen next, so you know what to expect, and how to continue to assist throughout the process.
71+
72+
# Thank You!
73+
74+
Your contributions to open source, large or small, make great projects like this possible. Thank you for taking the time to contribute.
75+

0 commit comments

Comments
 (0)