Skip to content

Commit a8bff07

Browse files
committed
prepublishOnly script added + templates
1 parent f870bf7 commit a8bff07

File tree

4 files changed

+57
-1
lines changed

4 files changed

+57
-1
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
Thank you for reporting an issue, suggesting an enhancement, or asking a question. We appreciate your feedback - to help the team understand your
2+
needs please complete the below template to ensure we have the details to help. Thanks!
3+
4+
**Please check out the [documentation](https://github.com/SharePoint/sp-dev-fx-controls-react/wiki) to see if your question is already addressed there. This will help us ensure our documentation is up to date.**
5+
6+
#### Category
7+
[ ] Enhancement
8+
9+
[ ] Bug
10+
11+
[ ] Question
12+
13+
#### Version
14+
15+
Please specify what version of the library you are using: [ ]
16+
17+
_If you are not using the latest release, please update and see if the issue is resolved before submitting an issue._
18+
19+
#### Expected / Desired Behavior / Question
20+
_If you are reporting an issue please describe the expected behavior. If you are suggesting an enhancement please
21+
describe thoroughly the enhancement, how it can be achieved, and expected benefit. If you are asking a question, ask away!_
22+
23+
#### Observed Behavior
24+
_If you are reporting an issue please describe the behavior you expected to occur when performing the action. If you are making a
25+
suggestion or asking a question delete this section._
26+
27+
#### Steps to Reproduce
28+
_If you are reporting an issue please describe the steps to reproduce the bug in sufficient detail to allow testing. If you are making
29+
a suggestion or asking a question delete this section._
30+
31+
#### Submission Guidelines
32+
_Delete this section after reading_
33+
- All suggestions, questions and issues are welcome, please let us know what's on your mind.
34+
- Remember to include sufficient details and context.
35+
- If you have multiple suggestions, questions, or bugs please submit them in separate issues so we can track resolution.
36+
37+
Thanks!

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
| Q | A
2+
| --------------- | ---
3+
| Bug fix? | [ ]
4+
| New feature? | [ ]
5+
| New sample? | [ ]
6+
| Related issues? | fixes #X, partially #Y, mentioned in #Z
7+
8+
#### What's in this Pull Request?
9+
10+
Please describe the changes in this PR. Sample description or details around bugs which are being fixed.
11+
12+
13+
#### Guidance
14+
- *You can delete this section when you are submitting the pull request.*
15+
- *Please update this PR information accordingly. We'll use this as part of our release notes in monthly communications.*
16+
- *Please target your PR to **dev** branch.*

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ contact [[email protected]](mailto:[email protected]) with any additio
2727
## Disclaimer
2828

2929
**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.**
30+
31+
![](https://telemetry.sharepointpnp.com/sp-dev-fx-controls-react)

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"scripts": {
99
"build": "gulp bundle",
1010
"clean": "gulp clean",
11-
"test": "gulp test"
11+
"test": "gulp test",
12+
"prepublishOnly": "gulp"
1213
},
1314
"dependencies": {
1415
"@microsoft/sp-core-library": "~1.2.0",

0 commit comments

Comments
 (0)