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
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Create a [new issue](https://github.com/Microsoft/vsts-node-api/issues/new).
41
41
42
42
## General contribution guide
43
43
44
-
> Keep in mind: most of the code in this repository is auto-generated, but you can contribute to the non-generated aspects of the library.
44
+
> Keep in mind: most of the code in this repository is auto-generated, but you can contribute to the non-generated aspects of the library.
45
45
46
46
1. Unless it is a trivial change, make sure that there is a corresponding issue for your change first. If there is none, create one.
47
47
2. Create a fork in GitHub
@@ -53,6 +53,15 @@ Before submitting a feature or substantial code contribution, please discuss it
53
53
54
54
You might also read these two blogs posts on contributing code: [Open Source Contribution Etiquette](http://tirania.org/blog/archive/2010/Dec-31.html) by Miguel de Icaza and [Don't "Push" Your Pull Requests](http://www.igvita.com/2011/12/19/dont-push-your-pull-requests/) by Ilya Grigorik.
55
55
56
+
### Generated Code
57
+
58
+
Most of library is auto-generated and we will usually not accept pull requests on these files, but you can contribute to the non-generated aspects of the library. Right now, that includes:
59
+
* ./Api/VsoClient.ts
60
+
* ./Api/WebApi.ts
61
+
* ./Api/Interfaces/common/VsoBaseInterfaces.ts
62
+
* ./Api/handlers/*
63
+
* anything outside of ./Api
64
+
56
65
### Commits
57
66
58
67
Please format commit messages as follows (based on this [excellent post](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html)):
@@ -91,7 +100,7 @@ When logging a bug, please be sure to include the following:
91
100
* Ensure it doesn't reproduce on the latest version or master
92
101
* An http trace from fiddler or charles if possible (the relevant parts)
0 commit comments