File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
810For a quick installation to ` /usr/local/feqparse ` ,
@@ -75,3 +77,7 @@ IMPLICIT NONE
7577
7678END PROGRAM FEqParseDemo
7779```
80+
81+ ## Contributors
82+
83+ * (Maintainer) Joe Schoonover, Fluid Numerics LLC
You can’t perform that action at this time.
0 commit comments