Blame view

vendor/cakephp/migrations/.github/ISSUE_TEMPLATE.md 1.29 KB
6c4edfa3   Alexandre   First Commit LabI...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
This is a (multiple allowed):
* [x] bug
* [ ] enhancement
* [ ] feature-discussion (RFC)

* CakePHP Version: EXACT RELEASE VERSION OR COMMIT HASH, HERE.
* Migrations plugin version: EXACT RELEASE VERSION OR COMMIT HASH, HERE.
* Bake plugin version (if relevant): EXACT RELEASE VERSION OR COMMIT HASH, HERE.
* Database server (MySQL, SQLite, Postgres): EXACT RELEASE VERSION
* PHP Version: EXACT RELEASE VERSION
* Platform / OS: Preferably with version number

### What you did
EXPLAIN WHAT YOU DID, PREFERABLY WITH CODE EXAMPLES, HERE.
Give as much details as possible (preferably using [Gist](https://gist.github.com/)) :
* if your migration file was created with the bake tool or not,
* the exact shell command you used,
* the FULL content of the migration files that cause the issue,
* a way to recreate the schema of your database.

### Expected Behavior
EXPLAIN WHAT IS TO BE EXPECTED, HERE.

### Actual Behavior
EXPLAIN WHAT IS ACTUALLY HAPPENING, HERE.

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

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