File tree Expand file tree Collapse file tree 2 files changed +17
-14
lines changed Expand file tree Collapse file tree 2 files changed +17
-14
lines changed Original file line number Diff line number Diff line change
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 )
Original file line number Diff line number Diff line change @@ -36,17 +36,4 @@ The minor version might differ because Cucumber Scala may add Scala-related feat
36
36
37
37
## Contributing
38
38
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.
You can’t perform that action at this time.
0 commit comments