Skip to content

Commit 7ff5d4c

Browse files
SteveL-MSFTTravisEz13
authored andcommitted
Document First-time-issue and Hackathon/Hacktoberfest labels (PowerShell#8575)
Seems like the convention is to have a `First-Time-Issue` to help first time contributors find easy issues they can work on to start learning about the project and make their first contribution. Label is created, this PR adds documentation. The `Hackathon`/`Hacktoberfest` label (changes depending on time of year) wasn't documented previously and added to issue management doc. Fix PowerShell#8562
1 parent f0f301b commit 7ff5d4c

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ Please read the rest of this document to ensure a smooth contribution process.
3131
making sure to follow the directions as best you can.
3232
* If the issue is marked as [`Up-for-Grabs`][up-for-grabs],
3333
the PowerShell Maintainers are looking for help with the issue.
34+
* Issues marked as [`First-Time-Issue`][first-time-issue],
35+
are identified as being easy and a great way to learn about this project and making
36+
contributions.
3437

3538
## Contributing to Documentation
3639

@@ -355,3 +358,4 @@ Once you sign a CLA, all your existing and future pull requests will be labeled
355358
[repository-maintainer]: ../docs/community/governance.md#repository-maintainers
356359
[area-expert]: ../docs/community/governance.md#area-experts
357360
[ci-system]: ../docs/testing-guidelines/testing-guidelines.md#ci-system
361+
[first-time-issue]: https://github.com/powershell/powershell/issues?q=is%3Aopen+is%3Aissue+label%3AFirst-Time-Issue

.spelling

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ gitter
278278
globbing
279279
GoogleTest
280280
gzip
281+
hackathons
281282
hashtable
282283
helloworld.ps1
283284
helpproviderwithcache

docs/maintainers/issue-management.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ The following labels are used on PRs:
9696
Microsoft to continue to sign and release packages from the project as official Microsoft packages.
9797
The time frame in which it needs to be fixed should be identified in the issue.
9898
* `Documentation Needed` : The PR has changes that require a documentation change or new documentation added to [PowerShell-Docs](http://github.com/powershell/powershell-docs)
99+
* `First-Time-Issue` : An issue that is identified as being easy and a good candidate for first time contributors
100+
* `Hackathon` or `Hacktoberfest` : An issue that would be a good candidate for hackathons such as `Hacktoberfest` or `Hackillinois`
99101
* `Porting` : An issue that affects a feature not yet ported to other platforms.
100102
* `Up-for-Grabs` : We've acknowledged the issue but have no immediate plans to address it.
101103
If you're looking for a way to contribute, these issues can be a good place to start.

0 commit comments

Comments
 (0)