You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/good-first-issue-candidate.yaml
+10-9Lines changed: 10 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,14 @@
1
+
# SPDX-License-Identifier: Apache-2.0
1
2
name: Good First Issue Candidate
2
3
description: Suggest an idea for this project
3
-
labels: ["Good First Issue Candidate"]
4
+
labels: ["Good First Issue Candidate"]
4
5
type: Feature
5
6
body:
6
7
- type: markdown
7
8
attributes:
8
9
value: |
9
10
## Thanks for submitting a Good First Issue!
10
-
11
+
11
12
This issue targets first time contributors to [Hiero](https://hiero.org).
12
13
We know that creating a pull request (PR) is a major barrier for new contributors.
13
14
The goal of this issue (and all other issues labeled with) [**'Good First Issue'**](https://github.com/issues?q=is%3Aopen+is%3Aissue+org%3Ahiero-ledger+archived%3Afalse+label%3A%22good+first+issue%22+) is to help you make your first contribution to Hiero.
@@ -53,13 +54,13 @@ body:
53
54
attributes:
54
55
value: |
55
56
------
56
-
57
+
57
58
## Making Contributions
58
-
59
+
59
60
If you have never contributed to an open source project at GitHub, the following step-by-step guide will introduce you to the workflow.
60
61
More information and concrete samples for shell commands for each step can be found in our [CONTRIBUTING.md](https://github.com/hiero-ledger/.github/blob/main/CONTRIBUTING.md) file.
61
62
A more detailed general documentation of the GitHub PR workflow can be found [here](https://github.com/firstcontributions/first-contributions/blob/master/README.md).
62
-
63
+
63
64
- [ ] **Claim this issue:** Comment below that you are interested in working on the issue
64
65
- [ ] **Wait for assignment:** A community member with the given rights will add you as an assignee of the issue
65
66
- [ ] **Work on the issue:** Follow the detailed description in our [CONTRIBUTING.md](https://github.com/hiero-ledger/.github/blob/main/CONTRIBUTING.md) file.
At the time of the [Hacktoberfest](https://hacktoberfest.digitalocean.com) event we try to mark all PRs that solve any good first issue with the `hacktoberfest-accepted` label.
75
76
If you want to resolve this issue as part of Hacktoberfest and we missed adding the label, simply add a comment to the issue or PR, and we will add it.
76
-
77
+
77
78
------
78
79
- type: markdown
79
80
attributes:
80
81
value: |
81
82
## Additional Questions
82
-
83
+
83
84
If you have any questions about the topic of this issue, please ask us directly by adding a comment below.
84
85
Additionally, we invite you to join our community on our [Discord](https://discord.gg/kEnnmB9A) server or attend our [public community calls](https://zoom-lfx.platform.linuxfoundation.org/meetings/hiero?view=week).
85
-
86
+
86
87
A general manual about open-source contributions can be found [here](https://github.com/firstcontributions/first-contributions/blob/master/README.md).
0 commit comments