Skip to content

Commit 9101213

Browse files
authored
Update CONTRIBUTING.md to fix issues raised by linter workflow
1 parent c66ff0e commit 9101213

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Overview
1+
# Overview
22

33
Thank you for investing your time in contributing to our project! There are
44
numbers of ways to contribute to the project and we appreciate all of them. If
@@ -26,7 +26,9 @@ If you have used CppInterOp and you have particular project proposal please reac
2626

2727
### Submit a bug report
2828

29-
If something does not seem right [search if an issue already exists](https://docs.github.com/en/github/searching-for-information-on-github/searching-on-github/searching-issues-and-pull-requests#search-by-the-title-body-or-comments) in [CppInterOps issue tracker](https://github.com/compiler-research/CppInterOp/issues). If a related issue doesn't exist, you can open a new issue using a relevant [issue form](https://github.com/compiler-research/CppInterOp/issues/new).
29+
If something does not seem right [search if an issue already exists](https://docs.github.com/en/github/searching-for-information-on-github/searching-on-github/searching-issues-and-pull-requests#search-by-the-title-body-or-comments)
30+
in [CppInterOps issue tracker](https://github.com/compiler-research/CppInterOp/issues). If a related issue doesn't exist, you can open a
31+
new issue using a relevant [issue form](https://github.com/compiler-research/CppInterOp/issues/new).
3032

3133
### Good first issues
3234

@@ -66,7 +68,7 @@ review quickly and successfully share several common traits:
6668
is a guideline about how write good code comments. [Here](https://stackoverflow.com/questions/184618/what-is-the-best-comment-in-source-code-you-have-ever-encountered)
6769
are examples of what *not* to write as a code comment.
6870

69-
### Developer Documentation
71+
### Developer Documentation
7072

7173
We have documented several useful hints that usually help when addressing issues
72-
as they come during developement time in our [developer documentation](https://cppinterop.readthedocs.io/en/latest/InstallationAndUsage.html).
74+
as they come during developement time in our [developer documentation](https://cppinterop.readthedocs.io/en/latest/InstallationAndUsage.html).

0 commit comments

Comments
 (0)