Skip to content

Commit e2930a6

Browse files
authored
Fix links in CONTRIBUTING.md
1 parent a439c03 commit e2930a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ This project was developed as part of the experimental evaluation of the algorit
33
described in the respective publication. ***There is no plan for further development***. Nevertheless, if you would like to address an issue, please first
44
contact the maintainers via e-mail. For a list of the maintainers, see the [MAINTAINERS.md](MAINTAINERS.md) page.
55

6-
Contributions, if any, will be handled by first creating **FIXME** [an issue](https://github.com/ibm/repo-template/issues),
7-
and then opening a respective **FIXME** [pull request](https://github.com/ibm/repo-template/pulls).
6+
Contributions, if any, will be handled by first creating [an issue](https://github.com/IBM/pylspack/issues),
7+
and then opening a respective [pull request](https://github.com/IBM/pylspack/pulls).
88

99
**Note: We appreciate your effort, and want to avoid a situation where a contribution
1010
requires extensive rework (by you or by us), sits in backlog for a long time, or
@@ -70,4 +70,4 @@ Make sure that in the last commit you have executed the following commands such
7070
yapf -i --style "{based_on_style: pep8, blank_line_before_nested_class_or_def: true, indent_dictionary_value: true, dedent_closing_brackets: true, column_limit: 99}" --recursive .
7171
find . | grep "\.h" | xargs astyle --suffix=none --max-code-length=120 --indent=spaces=2 --pad-oper --convert-tabs --unpad-paren --delete-empty-lines
7272
find . | grep "\.h" | xargs astyle --suffix=none --max-code-length=120 --indent=spaces=2 --add-braces --convert-tabs --align-pointer=name --style=google --indent-classes --pad-oper --pad-paren-in --pad-header --break-blocks --break-after-logical
73-
```
73+
```

0 commit comments

Comments
 (0)