Skip to content

Commit

Permalink
Created issue template for updates to CONTRIBUTING.md (#5570)
Browse files Browse the repository at this point in the history
* created issue template for updating to CONTRIBUTING.md #5547

* Capitalized 'U' in name field for issue template consistency

* updated corrected front matter and body of template

* 2nd correction and update for front matter and template body
  • Loading branch information
erinzz authored Sep 28, 2023
1 parent e3cb01a commit a94b3bc
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/update-CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
name: Update CONTRIBUTING.md
about: 'For making updates to CONTRIBUTING.md'
title: 'Update CONTRIBUTING.md Section [INSERT SECTION #]'
labels: 'Feature: Wiki, Complexity: Small, role: back end/devOps, role: front end, size: 0.5pt'
assignees: ''

---

### Prerequisite
1. Be a member of Hack for LA. (There are no fees to join.) If you have not joined yet, please follow the steps on our [Getting Started page](https://www.hackforla.org/getting-started) and attend an onboarding session.
2. Before you claim or start working on an issue, please make sure you have read our [How to Contribute to Hack for LA Guide](https://github.com/hackforla/website/blob/7f0c132c96f71230b8935759e1f8711ccb340c0f/CONTRIBUTING.md).

### Overview
[INSERT BRIEF DESCRIPTION OF THE UPDATE]

### Action Items
- [ ] In your local IDE, navigate to `CONTRIBUTING.md`
- [ ] Replace
```
[INSERT LINE OF CURRENT CODE HERE]
```
with
```
[INSERT DESIRED LINE OF CODE HERE]
```
- [ ] With CONTRIBUTING.md still open, make a note of the section in which the replaced content appears, so that you will know where to look in the document to preview the change.
- [ ] Changes to CONTRIBUTING.md cannot be tested locally, rather they must be tested after pushing the issue branch to your fork of the repository. Push your issue branch in the usual manner, but before creating the Pull Request, check your updates using this test URL. Also store the test URL for use in a later step:
```
https://github.com/[REPLACE WITH GITHUB HANDLE]/website/blob/[REPLACE WITH NAME OF ISSUE BRANCH]/CONTRIBUTING.md
```
(for example: https://github.com/bonniewolfe/website/blob/issue-branch-1234/CONTRIBUTING.md)
- [ ] Create a pull request with your changes. In the Pull Request, after the "Why did you make the changes" section, add this line to help reviewers, replacing the text in brackets (and the brackets) with the test URL from the previous Action Item.
```
For Reviewers: Do not review changes locally, rather, review changes at [REPLACE WITH TEST URL]
```

### Resources/Instructions
[CONTRIBUTING.md](https://github.com/hackforla/website/blob/gh-pages/CONTRIBUTING.md)
[Getting started with writing and formatting on GitHub](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github)

0 comments on commit a94b3bc

Please sign in to comment.