You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
# Contributing to vidx2pidx
2
+
2
3
We want to make contributing to this project as easy and transparent as possible, whether it's:
3
4
4
5
- Reporting a bug
@@ -7,10 +8,13 @@ We want to make contributing to this project as easy and transparent as possible
7
8
- Proposing new features
8
9
9
10
## We develop with Github
11
+
10
12
We use Github to host code, track issues and feature requests, as well as accept pull requests.
11
13
12
14
## We use [Github flow](https://guides.github.com/introduction/flow/index.html), so all code changes happen through Pull Requests
13
-
Pull requests are the best way to propose changes to the codebase (we use [Github Flow](https://guides.github.com/introduction/flow/index.html)). We actively welcome your pull requests:
15
+
16
+
Pull requests are the best way to propose changes to the codebase (we use [Github Flow](https://guides.github.com/introduction/flow/index.html)).
17
+
We actively welcome your pull requests:
14
18
15
19
1. Fork the repo and create your branch from `main`.
16
20
2. If you've added code that should be tested, add [tests](https://golang.org/pkg/testing/).
@@ -20,9 +24,11 @@ Pull requests are the best way to propose changes to the codebase (we use [Githu
20
24
6. Open a [pull request](https://github.com/Open-CMSIS-Pack/vidx2pidx/pulls)!
21
25
22
26
## Report bugs using Github's [issues](https://github.com/Open-CMSIS-Pack/vidx2pidx/issues)
27
+
23
28
We use GitHub issues to track public bugs. Report a bug by [opening a new issue](https://github.com/Open-CMSIS-Pack/vidx2pidx/issues/new).
24
29
25
30
## Write bug reports with detail, background, and sample code
31
+
26
32
**Great Bug Reports** tend to have:
27
33
28
34
- A quick summary and/or background
@@ -34,4 +40,6 @@ We use GitHub issues to track public bugs. Report a bug by [opening a new issue]
34
40
- Notes (possibly including why you think this might be happening, or stuff you tried that didn't work)
35
41
36
42
## Any contributions you make will be under the Apache 2.0 Software License
37
-
In short, when you submit code changes, your submissions are understood to be under the same [Apache 2.0 License](https://choosealicense.com/licenses/apache-2.0/) that covers the project. Feel free to contact the maintainers if that's a concern.
43
+
44
+
In short, when you submit code changes, your submissions are understood to be under the same [Apache 2.0 License](https://choosealicense.com/licenses/apache-2.0/)
45
+
that covers the project. Feel free to contact the maintainers if that's a concern.
0 commit comments