Skip to content

Commit d465f0c

Browse files
author
thinkingmedia
committed
added github templates copied from cakephp
1 parent 8aeb721 commit d465f0c

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

.github/ISSUE_TEMPLATE.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
This is a (multiple allowed):
2+
* [x] bug
3+
* [ ] enhancement
4+
* [ ] feature-discussion (RFC)
5+
6+
* BootstrapUI Version: EXACT RELEASE VERSION (THE VERSION IS IN YOUR COMPOSER.LOCK FILE).
7+
* Twitter Bootstrap: FRAMEWORK VERSION
8+
* jQuery: LIBRARY VERSION
9+
* Platform and Target: YOUR WEB-SERVER, DATABASE AND OTHER RELEVANT INFO AND HOW THE REQUEST IS BEING MADE, HERE.
10+
11+
### What you did
12+
EXPLAIN WHAT YOU DID, PREFERABLY WITH CODE EXAMPLES, HERE.
13+
14+
### Expected Behavior
15+
EXPLAIN WHAT IS TO BE EXPECTED, HERE.
16+
17+
### Actual Behavior
18+
EXPLAIN WHAT IS ACTUALLY HAPPENING, HERE.
19+
20+
Before you open an issue, please check if a similar issue already exists or has been closed before.
21+
22+
P.S. Remember, an issue is not the place to ask questions.

.github/PULL_REQUEST_TEMPLATE.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request.
2+
3+
If it fixes a bug or resolves a feature request, be sure to link to that issue.
4+
5+
The best way to propose a feature is to open an issue first and discuss your ideas there before implementing them.

0 commit comments

Comments
 (0)