Skip to content

Commit da0b7a9

Browse files
author
thinkingmedia
committed
updated templates based upon feedback in comments
1 parent d465f0c commit da0b7a9

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

.github/ISSUE_TEMPLATE.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is a (multiple allowed):
44
* [ ] feature-discussion (RFC)
55

66
* BootstrapUI Version: EXACT RELEASE VERSION (THE VERSION IS IN YOUR COMPOSER.LOCK FILE).
7-
* Twitter Bootstrap: FRAMEWORK VERSION
7+
* Bootstrap Framework Version: FRAMEWORK VERSION
88
* jQuery: LIBRARY VERSION
99
* Platform and Target: YOUR WEB-SERVER, DATABASE AND OTHER RELEVANT INFO AND HOW THE REQUEST IS BEING MADE, HERE.
1010

@@ -19,4 +19,6 @@ EXPLAIN WHAT IS ACTUALLY HAPPENING, HERE.
1919

2020
Before you open an issue, please check if a similar issue already exists or has been closed before.
2121

22-
P.S. Remember, an issue is not the place to ask questions.
22+
P.S. Remember, an issue is not the place to ask questions. You can use [Stack Overflow](http://stackoverflow.com/questions/tagged/cakephp)
23+
for that or join the #cakephp channel on irc.freenode.net, where we will be more
24+
than happy to help answer your questions.

.github/PULL_REQUEST_TEMPLATE.md

+14-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
1-
Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request.
1+
## Description
2+
In a short sentence describe this pull request's change.
23

3-
If it fixes a bug or resolves a feature request, be sure to link to that issue.
4+
## Summarize
5+
Write a list of the changes that were made.
46

5-
The best way to propose a feature is to open an issue first and discuss your ideas there before implementing them.
7+
- First change..
8+
- Second change..
9+
10+
## Benefits
11+
(optional) If this PR is a feature or improvement. Describe the key benefits and intention here.
12+
13+
## Related Issues
14+
This PR addresses the following issues.
15+
16+
fixes #

0 commit comments

Comments
 (0)