Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

Commit 65decbe

Browse files
committed
github files
1 parent 13034a1 commit 65decbe

File tree

4 files changed

+39
-0
lines changed

4 files changed

+39
-0
lines changed

.github/CONTRIBUTING.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Contributing
2+
============
3+
Report an issue
4+
---------------
5+
Please follow the guidelines below when creating an issue so that your issue can be more promptly resolved:
6+
* Provide information including: the version of PHP and IPTool, the type of operating system and Web server;
7+
* Provide the complete error call stack if available;
8+
* Describe the steps for reproducing the issue. It would be even better if you could provide code to reproduce the issue;
9+
10+
Do not report an issue if you are asking how to use some IPTool feature. You should use the [Documentation](https://github/ddrv/iptool/wiki).
11+
12+
Before you report an issue, please search through existing issues to see if your issue is already reported or fixed to make sure you are not reporting a duplicated issue. Also make sure you have the latest version of IPTool and see if the issue still exists.
13+
14+
Translate documentstion
15+
-----------------------
16+
1. Put documentation translations under `docs/<language>.md` where `<language>` is the language code of the language docs are translated to. For the Russian translation it is `docs/ru.md`.
17+
2. Make pull request

.github/ISSUE_TEMPLATE.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
### What steps will reproduce the problem?
2+
3+
### What is the expected result?
4+
5+
### What do you get instead?
6+
7+
### Additional info
8+
9+
| Q | A
10+
| ---------------- | ---
11+
| IP Tool version | 1.0.?
12+
| PHP version |
13+
| Operating system |
14+
15+
### Add your binary database file in attacnments

.github/PULL_REQUEST_TEMPLATE.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
| Q | A
2+
| ------------- | ---
3+
| Is bugfix? | yes/no
4+
| New feature? | yes/no
5+
| Breaks BC? | yes/no
6+
| Tests pass? | yes/no
7+
| Fixed issues | comma-separated list of tickets # fixed by the PR, if any

.gitignore

Whitespace-only changes.

0 commit comments

Comments
 (0)