Skip to content

Commit bde8b71

Browse files
committed
Added GitHub templates [ci skip]
1 parent 6629ae9 commit bde8b71

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
> Questions should go to https://forum.zephir-lang.com
2+
> Documentation issues should go to https://github.com/phalcon/zephir-docs
3+
4+
### Expected and Actual Behavior
5+
6+
> **Describe what you are trying to achieve and what goes wrong.**
7+
8+
> Provide output if related. Provide coredump if any. Use https://github.com/phalcon/cphalcon/wiki/Generating-a-backtrace as reference
9+
10+
```php
11+
// paste output here
12+
```
13+
> Provide minimal script to reproduce the issue
14+
15+
```php
16+
// paste code
17+
```
18+
### Details
19+
20+
* Zephir Parser version: (`php --ri "Zephir Parser""`)
21+
* PHP Version: (`php -v`)
22+
* Operating System:
23+
* Installation type: Compiling from source || installing via package manager
24+
* Compiller version (if any):
25+
* Zephir version (if any):
26+
* Other related info:

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Hello!
2+
3+
* Type: bug fix | new feature | code quality | documentation
4+
* Link to issue:
5+
6+
**In raising this pull request, I confirm the following (please check boxes):**
7+
8+
- [ ] I have read and understood the [Contributing Guidelines](https://github.com/phalcon/php-zephir-parser/blob/master/CONTRIBUTING.md)?
9+
- [ ] I have checked that another pull request for this purpose does not exist.
10+
- [ ] I wrote some tests for this PR.
11+
12+
Small description of change:
13+
14+
Thanks

0 commit comments

Comments
 (0)