Skip to content

Commit 97934a6

Browse files
committed
Move contributing section of README below TODO list
1 parent cbef965 commit 97934a6

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -218,17 +218,6 @@ dotnet test --collect:"XPlat Code Coverage"
218218
dotnet test OpenLanguage.Test/
219219
```
220220

221-
## Contributing
222-
223-
1. Fork the repository
224-
2. Create a feature branch (`git checkout -b feature/amazing-feature`)
225-
3. Make your changes
226-
4. Ensure tests pass (`cmake --build build --target test`)
227-
5. Ensure code is formatted (`cmake --build build --target format`)
228-
6. Commit your changes (`git commit -m 'Add amazing feature'`)
229-
7. Push to the branch (`git push origin feature/amazing-feature`)
230-
8. Open a Pull Request
231-
232221
## Performance
233222

234223
OpenLanguage is built with performance as a primary concern:
@@ -320,6 +309,17 @@ implementation of parsing, parsing dependencies, nor AST. However, optimization
320309
corresponding cells. Simulaneously update underlying OPC package on modifying
321310
values.
322311

312+
## Contributing
313+
314+
1. Fork the repository
315+
2. Create a feature branch (`git checkout -b feature/amazing-feature`)
316+
3. Make your changes
317+
4. Ensure tests pass (`cmake --build build --target test`)
318+
5. Ensure code is formatted (`cmake --build build --target format`)
319+
6. Commit your changes (`git commit -m 'Add amazing feature'`)
320+
7. Push to the branch (`git push origin feature/amazing-feature`)
321+
8. Open a Pull Request
322+
323323
## License
324324

325325
This project is licensed under the GNU General Public License v2.0 - see the [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)