Skip to content

Commit 85e4325

Browse files
authored
Merge pull request #965 from duyphaphach/master
Issue #964: Add Issue template and Pull request template
2 parents 5b56031 + e7023c6 commit 85e4325

File tree

2 files changed

+72
-0
lines changed

2 files changed

+72
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
## I'm submitting a...
2+
3+
<pre><code>
4+
[ ] Bug report <!-- Please search GitHub for a similar issue or PR before submitting -->
5+
[ ] Feature request
6+
[ ] Documentation issue or request
7+
</code></pre>
8+
9+
## Current behavior
10+
11+
<!-- Describe how the issue manifests. -->
12+
13+
## Expected behavior
14+
15+
<!-- a cards section for tips on holloween and best place to visit for holloween party -->
16+
<!-- glowing fonts using CSS keyframes -->
17+
18+
## Minimal reproduction of the problem with instructions
19+
20+
## If this is a feature request please fill out the following:
21+
22+
<pre><code>
23+
As a (user, developer, contributor, etc):
24+
I want:
25+
So that:
26+
<!-- Describe the motivation or the concrete use case. -->
27+
</code></pre>
28+
29+
## Environment
30+
31+
<pre><code>
32+
Browser:
33+
- [ ] Chrome (desktop) version XX
34+
- [ ] Chrome (Android) version XX
35+
- [ ] Chrome (iOS) version XX
36+
- [ ] Firefox version XX
37+
- [ ] Safari (desktop) version XX
38+
- [ ] Safari (iOS) version XX
39+
- [ ] IE version XX
40+
- [ ] Edge version XX
41+
</code></pre>

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# jQuery Validation Engine PR Request Template
2+
3+
#### Please note: Has this feature already been added? Sometimes, duplicate pull requests happen. It's worth checking the pull requests and issue page to see if the change you are requesting has already been made.
4+
5+
#### Descriptive name.
6+
Your pull request should have a descriptive name.
7+
8+
#### Type of Change was Made?
9+
What type of change does your code introduce? After creating the PR, tick the checkboxes that apply.
10+
- [ ] Small bug fix (non-breaking change which fixes an issue)
11+
- [ ] New feature (non-breaking change which adds new functionality)
12+
- [ ] Improvement (Enhance an existing functionality)
13+
- [ ] Breaking change (fix or feature that would change existing functionality)
14+
15+
#### Description of the Change Being Made.
16+
It's helpful to outline what changes were made to which files so that I have an idea of what will be involved in reviewing the code and—hopefully—merging it into the codebase.
17+
18+
#### Issue Number
19+
If your pull request is related to a specific issue, please included it in your description and or pull request name. It helps to keep changes linked. Any issues that are referenced in pull requests become part of the discussion history of the issue.
20+
21+
#### Potential Performance Issues
22+
Does the PR have a potential impact on performance on the codebase? If so, to what degree and why does the PR warrant the performance hit?
23+
24+
#### Tests/Checks
25+
What tests were conducted to ensure the PR functions have no impact on previous functionalities of the code base?
26+
27+
#### New Dependencies
28+
Have new dependencies been introduced? Please list them with links to documentation and add installation steps to the README.
29+
30+
31+

0 commit comments

Comments
 (0)