-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
278 changed files
with
6,873 additions
and
2,103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,37 @@ | ||
Contributing to yii2-app-practical-a | ||
================================== | ||
Looking to contribute something to yii2-app-practical-a? **Here's how you can help.** | ||
|
||
We really appreciate clear bug reports that _consistently_ show an issue | ||
_within yii2-app-practical_. | ||
|
||
The ideal bug report follows these guidelines: | ||
|
||
1. **Use the [GitHub issue search][issue-search]** — Check if the issue | ||
has already been reported. | ||
2. **Check if the issue has been fixed** — Try to reproduce the problem | ||
using the code in the `master` branch. | ||
|
||
Please try to be as detailed as possible in your bug report, especially if an | ||
isolated test case cannot be made. Some useful questions to include the answer | ||
to are: | ||
|
||
- What steps can be used to reproduce the issue? | ||
- What is the bug and what is the expected outcome? | ||
- What browser(s) and Operating System have you tested with? | ||
- Does the bug happen consistently across all tested browsers? | ||
- What version of jQuery are you using? And what version of yii2-app-practical-a? | ||
- Are you using yii2-app-practical-a with other plugins? | ||
|
||
All of these questions will help others fix and identify any potential bugs. | ||
|
||
Contributing to Yii2 | ||
==================== | ||
|
||
- [Report an issue](docs/internals/report-an-issue.md) | ||
- [Translate documentation or messages](docs/internals/translation-workflow.md) | ||
- [Report an issue](https://github.com/yiisoft/yii2/blob/master/docs/internals/report-an-issue.md) | ||
- [Translate documentation or messages](https://github.com/yiisoft/yii2/blob/master/docs/internals/translation-workflow.md) | ||
- [Give us feedback or start a design discussion](http://www.yiiframework.com/forum/index.php/forum/42-general-discussions-for-yii-20/) | ||
- [Contribute to the core code or fix bugs](docs/internals/git-workflow.md) | ||
- [Contribute to the core code or fix bugs](https://github.com/yiisoft/yii2/blob/master/docs/internals/git-workflow.md) | ||
|
||
[issue-search]: https://github.com/kartik-v/yii2-app-practical-a/search?q=&type=Issues | ||
[issue-tracker]: https://github.com/kartik-v/yii2-app-practical-a/issues |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
### What steps will reproduce the problem? | ||
|
||
### What is expected? | ||
### What's expected? | ||
|
||
### What do you get instead? | ||
|
||
|
||
### Additional info | ||
|
||
| Question | Answer | ||
| ---------------- | ---------------- | ||
| Yii version | | ||
| Q | A | ||
| ---------------- | --- | ||
| Yii vesion | | ||
| PHP version | | ||
| Operating system | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.