Skip to content

Commit 4e2691e

Browse files
committed
Create CONTRIBUTING.md
1 parent c5867e6 commit 4e2691e

File tree

2 files changed

+17
-14
lines changed

2 files changed

+17
-14
lines changed

CONTRIBUTING.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Contributing
2+
3+
Any contribution is welcome:
4+
- completing or fixing documentation
5+
- reporting or fixing issue
6+
- reporting missing feature (compared to other implementations)
7+
- developing a new feature
8+
9+
Please use this Github project for contributing, either through an issue or a Pull Request.
10+
11+
## Documentation
12+
13+
These pages aim to help Cucumber Scala developers understand the codebase.
14+
15+
- [Scala implementation details](docs/scala_implementation.md)
16+
- [Project structure](docs/project_structure.md)

README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,4 @@ The minor version might differ because Cucumber Scala may add Scala-related feat
3636

3737
## Contributing
3838

39-
Any contribution is welcome:
40-
- completing or fixing documentation
41-
- reporting or fixing issue
42-
- reporting missing feature (compared to other implementations)
43-
- developing a new feature
44-
45-
Please use this Github project for contributing, either through an issue or a Pull Request.
46-
47-
### Documentation
48-
49-
These pages aim to help Cucumber Scala developers understand the codebase.
50-
51-
- [Scala implementation details](docs/scala_implementation.md)
52-
- [Project structure](docs/project_structure.md)
39+
See [here](CONTRIBUTING.md) for internal documentation and information about contributing.

0 commit comments

Comments
 (0)