Skip to content

Commit 0d0518f

Browse files
committed
Merge branch 'nb82'
2 parents 193ea7f + 4fd620e commit 0d0518f

File tree

3 files changed

+23
-5
lines changed

3 files changed

+23
-5
lines changed
File renamed without changes.

.github/ISSUE_TEMPLATE.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
#### Issue type
2+
3+
- [x] bug
4+
- [ ] enhancement
5+
6+
#### Overview description
7+
8+
#### Steps to reproduce
9+
10+
1.
11+
2.
12+
3.
13+
14+
#### Actual results
15+
16+
#### Expected results
17+
18+
#### Your environment (NetBeans and plugin version, e.t.c.)

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,11 @@ The file format is the following:
221221

222222
**NOTE** It is not available in any categories.
223223

224+
### Custom nodes
225+
226+
You can add some directories(nodes) under the your project tree. Controller, Model, e.t.c. are shown by default.
227+
If you want to hide/show them, please change the options.(Tools > Options > PHP > Frameworks and Tools > CakePHP3 > Custom nodes)
228+
224229
## Actions
225230

226231
Right-click a project > CakePHP3
@@ -242,10 +247,5 @@ Just run `cake server`. If you want to set details, please use `Run Configuratio
242247
Please run this action after you changed the `.cake` file or you updated the version of CakePHP.
243248
Refresh the version number and category paths.
244249

245-
### Custom nodes
246-
247-
You can add some directories(nodes) under the your project tree. Controller, Model, e.t.c. are shown by default.
248-
If you want to hide/show them, please change the options.(Tools > Options > PHP > Frameworks and Tools > CakePHP3 > Custom nodes)
249-
250250
## License
251251
[Common Development and Distribution License (CDDL) v1.0 and GNU General Public License (GPL) v2](http://netbeans.org/cddl-gplv2.html)

0 commit comments

Comments
 (0)