Skip to content

Commit 6a4489a

Browse files
authored
[GitHub] Use proper Markdown syntax and avoid child list items (#73700)
1 parent b6ee831 commit 6a4489a

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

llvm/utils/git/github-automation.py

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,14 @@
2424
2525
This issue may be a good introductory issue for people new to working on LLVM. If you would like to work on this issue, your first steps are:
2626
27-
1) In the comments of the issue, request for it to be assigned to you.
28-
2) Fix the issue locally.
29-
3) [Run the test suite](https://llvm.org/docs/TestingGuide.html#unit-and-regression-tests) locally.
30-
3.1) Remember that the subdirectories under `test/` create fine-grained testing targets, so you can
31-
e.g. use `make check-clang-ast` to only run Clang's AST tests.
32-
4) Create a Git commit.
33-
5) Run [`git clang-format HEAD~1`](https://clang.llvm.org/docs/ClangFormat.html#git-integration) to format your changes.
34-
6) Open a [pull request](https://github.com/llvm/llvm-project/pulls) to the [upstream repository](https://github.com/llvm/llvm-project) on GitHub.
35-
6.1) Detailed instructions can be found [here](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request).
36-
37-
If you have any further questions about this issue, don't hesitate to ask via a comment on this Github issue.
27+
1. In the comments of the issue, request for it to be assigned to you.
28+
2. Fix the issue locally.
29+
3. [Run the test suite](https://llvm.org/docs/TestingGuide.html#unit-and-regression-tests) locally. Remember that the subdirectories under `test/` create fine-grained testing targets, so you can e.g. use `make check-clang-ast` to only run Clang's AST tests.
30+
4. Create a Git commit.
31+
5. Run [`git clang-format HEAD~1`](https://clang.llvm.org/docs/ClangFormat.html#git-integration) to format your changes.
32+
6. Open a [pull request](https://github.com/llvm/llvm-project/pulls) to the [upstream repository](https://github.com/llvm/llvm-project) on GitHub. Detailed instructions can be found [in GitHub's documentation](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request).
33+
34+
If you have any further questions about this issue, don't hesitate to ask via a comment in the thread below.
3835
"""
3936

4037

0 commit comments

Comments
 (0)