Skip to content

Commit d234703

Browse files
committed
Modifications to README.md and CONTRIBUTING.md
1 parent aee329e commit d234703

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CONTRIBUTING.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Contributing
2+
3+
When contributing to this repository, please first discuss the change you wish to make via issue,
4+
email, or any other method with the owners of this repository before making a change.
5+
6+
Works created by U.S. Federal employees as part of their jobs typically are not eligible for copyright in the United States. In places where the contributions of U.S. Federal employees are not eligible for copyright, this work is in the public domain. In places where it is eligible for copyright, such as some foreign jurisdictions, this work is licensed as described in LICENSE.md.

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,8 @@ hgrid.write_boundaries("/path/to/output/dir", overwrite=True)
6060
from pyschism.mesh import Hgrid
6161
hgrid = Hgrid.open('hgrid.gr3')
6262
hgrid.write("/path/to/output/file.2dm", fmt='2dm')
63-
```
63+
```
64+
---
65+
Questions, comments and suggestions are welcome. Please follow the instructions on the `CONTRIBUTING.md` file for contributions. For bug reports and feature requests, please open an issue using the issue tracker.
66+
Author contact: [email protected]
67+

0 commit comments

Comments
 (0)