Skip to content

Commit f816ffc

Browse files
committed
Add AUTHORS.rst.
Add note in CONTRIBUTING.rst about updating HISTORY and AUTHORS.
1 parent ef8aac0 commit f816ffc

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

AUTHORS.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
The Box Python SDK is an open source project supported by `Box <https://box.com>`_
2+
used to interact with the Box API. This is a list of contributors.
3+
4+
- `@Jeff-Meadows <https://github.com/Jeff-Meadows>`_
5+
- `@jmoldow <https://github.com/jmoldow>`_
6+
- `@aptxkid <https://github.com/aptxkid>`_
7+
- `@hnguyen08 <https://github.com/hnguyen08>`_
8+
- `@potrebic <https://github.com/potrebic>`_
9+
- `@nsundareswaran <https://github.com/nsundareswaran>`_

CONTRIBUTING.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To add an upstream source for this project, type:
5353
5454
git remote add upstream [email protected]:box/box-python-sdk.git
5555
56-
This will come in useful later.
56+
This will become useful later.
5757

5858
Step 4: Create a feature branch
5959
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -103,3 +103,7 @@ a description that lets us know what work you did.
103103
Keep in mind that we like to see one issue addressed per pull request,
104104
as this helps keep our git history clean and we can more easily track
105105
down issues.
106+
107+
Finally, please add a note in HISTORY.rst under the Upcoming section detailing what's new in your change.
108+
These will become the release notes for the next release.
109+
In addition, feel free to add yourself to AUTHORS.rst if you aren't already listed.

0 commit comments

Comments
 (0)