Skip to content

Commit

Permalink
Added basic contribution guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
QueenOfSquiggles authored Aug 20, 2024
1 parent 8106f7d commit 5879a4a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,19 @@ Hierarchical Task Networks are characterized by having a concrete set of specifi
## Guaranteed Best Documentation

The best documentation will always be the examples and unit tests. The example `basic_htnp` should be an excellent way to show how to get started.

## Contibuting

(I definitely need better contribution guidlines someday...)

#### What I am doing to make this crate better
- Integrating into my own game(s)
- Fixing issues I come across wrt my games
- Adding features necessary to my games that are general enough to be applicable to other games

#### What you can do to make this crate better
- Report bugs (see issue templates)
- Create feature request write-ups (see issue templates)
- Submit PRs **for existing feature requests**

Overall, your contributions must not affect the licensing of this crate. 99% of the time this shouldn't be a problem. As long as you write your own code, your contributions should be fine.

0 comments on commit 5879a4a

Please sign in to comment.