Skip to content

Commit

Permalink
Add contributing section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
bas080 committed Oct 4, 2021
1 parent 1bd9975 commit b79f9e2
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 291 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules/
.lexicon
.local*
*.bak
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Patroon

Patroon as an attempt to add pattern matching-ish functionality without
introducing new syntax.
Pattern matching in Javascript without additional syntax.

## Implementation

Expand Down Expand Up @@ -300,6 +299,17 @@ The README.md is generated using [markatzea][6].
test "$RECUR" -eq 1 || RECUR=1 markatzea README.mz | tee README.md
```

## Contribute

You may contribute in whatever manner you see fit. Do try to be helpful and
polite. Some suggestions for contributions:

- [ ] Matching on strings in a similar manner to arrays.
- [ ] Allow regular expressions for matching strings.
- [ ] Find and report bugs and inconsistencies.
- [ ] Suggest API improvements in naming and functionality.
- [ ] A fitting logo.

[1]:https://en.wikipedia.org/wiki/Tree_traversal
[2]:https://github.com/bas080/patroon/blob/master/src/walkable.js
[3]:https://github.com/bas080/patroon/blob/master/src/index.js
Expand Down
14 changes: 12 additions & 2 deletions README.mz
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Patroon

Patroon as an attempt to add pattern matching-ish functionality without
introducing new syntax.
Pattern matching in Javascript without additional syntax.

## Implementation

Expand Down Expand Up @@ -276,6 +275,17 @@ The README.md is generated using [markatzea][6].
test "$RECUR" -eq 1 || RECUR=1 markatzea README.mz | tee README.md
```

## Contribute

You may contribute in whatever manner you see fit. Do try to be helpful and
polite. Some suggestions for contributions:

- [ ] Matching on strings in a similar manner to arrays.
- [ ] Allow regular expressions for matching strings.
- [ ] Find and report bugs and inconsistencies.
- [ ] Suggest API improvements in naming and functionality.
- [ ] A fitting logo.

[1]:https://en.wikipedia.org/wiki/Tree_traversal
[2]:https://github.com/bas080/patroon/blob/master/src/walkable.js
[3]:https://github.com/bas080/patroon/blob/master/src/index.js
Expand Down
284 changes: 0 additions & 284 deletions README.mz.bak

This file was deleted.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "patroon",
"version": "0.0.2",
"version": "0.0.3",
"description": "Pattern matching library",
"main": "./src/index.js",
"scripts": {
Expand Down

0 comments on commit b79f9e2

Please sign in to comment.