Skip to content

Commit 8caa7e7

Browse files
Add Contributing doc
1 parent 522089b commit 8caa7e7

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

CONTRIBUTING.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Contributing to feqparse
2+
3+
## Reporting Issues
4+
Issues, including bugs and feature requests, can be reported at https://github.com/FluidNumerics/feq-parse/issues
5+
6+
## Contributing
7+
If you want to help resolve [any open issues](https://github.com/FluidNumerics/feq-parse/issues), you can do the following :
8+
9+
1. Fork this repository
10+
2. Insert your fixes and commit your changes to your fork. Be sure to include any new additional tests to demonstrate the new feature or bug fix.
11+
3. Open a pull request from your fork to this upstream repository.
12+
4. Work with the upstream reviewer to merge your changes into feq-parse.
13+
14+
When you contribute code, feel add your name to the Contributors section of the README.md

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Copyright 2020 Fluid Numerics LLC
33

44
`feqparse` is an equation parser Fortran class that is used to interpret and evaluate functions provided as strings.
55

6+
[Learn how to contribute to this repository](./CONTRIBUTING.md)
7+
68
## Installation
79

810
For a quick installation to `/usr/local/feqparse`,
@@ -75,3 +77,7 @@ IMPLICIT NONE
7577
7678
END PROGRAM FEqParseDemo
7779
```
80+
81+
## Contributors
82+
83+
* (Maintainer) Joe Schoonover, Fluid Numerics LLC

0 commit comments

Comments
 (0)