Skip to content

Commit

Permalink
[Pxr] Update github repository documentation
Browse files Browse the repository at this point in the history
- Move Issues document into an Issues template. This allows github to
prefill issue requests for users, so they will include all of the information
we want, rather than having it in a separate document they may ignore.
- Create a pull request template in the same vein.
- Add a contributing document; this makes github display a banner
before users can submit a pull request. This is in an effort to
streamline the process of our CLAs. For further information on these see:

https://help.github.com/articles/creating-a-pull-request-template-for-your-repository/
https://help.github.com/articles/creating-an-issue-template-for-your-repository/
https://help.github.com/articles/setting-guidelines-for-repository-contributors/

(Internal change: 1640807)
  • Loading branch information
superfunc authored and pixar-oss committed Aug 15, 2016
1 parent dc71e2a commit 577af95
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 50 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Thank you for your interest in contributing to USD! We ask that
potential contributors review our guidelines on [contributing](http://openusd.org/docs/Contributing-to-USD.html) before submitting a pull request.
50 changes: 0 additions & 50 deletions ISSUES.md

This file was deleted.

8 changes: 8 additions & 0 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
### System Information (OS, Hardware, etc.)

### Package Versions

### Build Flags

### Steps to Reproduce
1.
9 changes: 9 additions & 0 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
### Description of Change(s)


### Included Commit(s)
-

### Fixes Issue(s)
-

0 comments on commit 577af95

Please sign in to comment.