Skip to content

Commit 2aa2cfc

Browse files
committed
Update insert contributor workflow
1 parent 1e183f1 commit 2aa2cfc

File tree

2 files changed

+32
-7
lines changed

2 files changed

+32
-7
lines changed

.github/workflows/insert-comments.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
workflow_dispatch:
55
push:
66
branches: [ main ]
7-
7+
paths: ['git-in-here.yml']
8+
89
jobs:
910
build:
1011
runs-on: ubuntu-latest

README.md

+30-6
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,52 @@
11
<h1 align="center">Git Into Open Source!</h1>
22

33
<p align="center">
4-
<a><img src="https://i.ibb.co/D7MyyJv/octocat-swim.png" width="128" /><br /></a>
4+
<a><img src="https://raw.githubusercontent.com/Lissy93/git-into-open-source/main/.github/logo.png" width="128" /><br /></a>
55
<b><i>Tools and resources to help you get started with open source</i></b>
66
<br />
77
<i>Create your first pull request here!</i><br />
88
<b>🌐 <a href="https://git-in.to/">git-in.to</a></b><br />
9-
109
</p>
1110

12-
---
13-
11+
<details>
12+
<summary><h4>Contents</h4></summary>
13+
14+
- [Contributors](#git-in)
15+
- [Contributing](#contributing)
16+
- [Guides and Resources](#guides-and-resources)
17+
- [License](#license)
18+
</details>
1419

1520
## Git In!
1621

17-
The following users have contributed to this repo, by sharing their thoughts about open source.<br />
22+
The following users have contributed to this repo, by sharing their thoughts and ideas about open source.<br />
1823
Join them by editing the [`git-in-here.yml`](git-in-here.yml) file, and following the instructions in [`CONTRIBUTING.md`](/CONTRIBUTING.md) to submit a PR.
1924

2025

2126
<!-- git-in-start -->
22-
2327
<!-- git-in-end -->
2428

29+
<p align="right"><sup><a href="#git-into-open-source">⬆️ Back to Top</a></sup></p>
30+
31+
---
32+
33+
## Contributing
34+
35+
Submitting contributions to any repository is easy!
36+
37+
The first step is to check out the projects contributing guidelines ([here's ours](/CONTRIBUTING.md)). These will usually outline setup instructions, and give you pointers as to where and how you can contribute.
38+
39+
Next you'll need to either fork and clone the repo, or if it's a small change you can just edit it via the GitHub UI. Here is a step-by-step guide to help you get started with that.
40+
41+
Finally, you can submit the pull request! Head back to the source repo, and you should see a new button, saying "Create Pull Request". If the author has set a PR template, be sure it's filled in properly.
42+
43+
<p align="right"><sup><a href="#git-into-open-source">⬆️ Back to Top</a></sup></p>
44+
45+
---
46+
47+
## Guides and Resources
2548

49+
<p align="right"><sup><a href="#git-into-open-source">⬆️ Back to Top</a></sup></p>
2650

2751
---
2852

0 commit comments

Comments
 (0)