Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit ec32a92

Browse files
author
Marlow Payne
authored
Merge pull request #97 from mobify/add-github-templates
Add GitHub templates
2 parents 78b4786 + db39c5f commit ec32a92

File tree

6 files changed

+63
-4
lines changed

6 files changed

+63
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Linked PRs: (links to corresponding PRs, optional)
2+
3+
## Changes
4+
- (changes here)
5+
6+
## How To Test
7+
- (necessary config changes)
8+
- (necessary corresponding PRs)
9+
- (how to access the new / changed functionality -- fixtures, URLs)
10+
11+
## Applicable Research Resources
12+
- (links, optional)
13+
14+
## TODOs:
15+
- [ ] +1
16+
- [ ] Updated README
17+
- [ ] Updated CHANGELOG
18+
- [ ] (Other applicable TODOs)

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Pending Release:
2+
- Add a template for code-style PRs
3+
- Go meta! Add some templates of GitHub templates for contributing, issues, and PRs that can be used on other Mobify repos
14
2.4.3
25
- Add eslint rule + doc entry regarding trailing commas
36
2.4.2

github-templates/CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Contributing to (repo here)
2+
3+
## Bugs, Feature Requests
4+
Submit an [issue](https://github.com/mobify/(repo here)/issues).
5+
6+
## Pull Requests
7+
8+
Check the [branching strategy docs](https://github.com/mobify/branching-strategy) for information about our processes for Pull Requests.

github-templates/ISSUE_TEMPLATE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
**Apply appropriate *Feature Request* or *Bug* label**
2+
3+
### Feature Description
4+
(remove the above headline if you're reporting a bug)
5+
6+
### Bug Report Summary
7+
(remove this section if you're reporting a feature request)
8+
9+
#### Expected behaviour
10+
11+
#### Actual behaviour
12+
13+
#### Steps to reproduce
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
JIRA: (link to applicable JIRA ticket)
2+
Linked PRs: (links to corresponding PRs, optional)
3+
4+
## Changes
5+
- (changes here)
6+
7+
## How To Test
8+
- (necessary config changes)
9+
- (necessary corresponding PRs)
10+
- (how to access the new / changed functionality -- fixtures, URLs)
11+
12+
## Applicable Research Resources
13+
- (links, optional)
14+
15+
## TODOs:
16+
- [ ] +1
17+
- [ ] Passes tests
18+
- [ ] Updated README
19+
- [ ] Updated CHANGELOG
20+
- [ ] (Other TODOs applicable to your team/project)
21+
- [ ] (Feedback from reviewers)

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
"name": "mobify-code-style",
33
"version": "2.4.3",
44
"description": "Code style guide and linting tools for Mobify",
5-
"main": "index.js",
6-
"scripts": {
7-
"test": "grunt test"
8-
},
95
"repository": {
106
"type": "git",
117
"url": "git://github.com/mobify/mobify-code-style.git"

0 commit comments

Comments
 (0)