Skip to content

Commit de48669

Browse files
authored
Merge pull request #5249 from learningequality/master
Master into 0.16.x
2 parents d662ad5 + 5ecdefd commit de48669

File tree

3 files changed

+19
-33
lines changed

3 files changed

+19
-33
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,21 @@
1-
### Note
2-
3-
4-
Does your post belong on Github? If you are reporting a bug or issue, or are contributing to the development of Kolibri, then it belongs here! If you are seeking advice on technical and non-technical elements of deploying KA Lite and Kolibri in your community, you'll find relevant information at our [community forum](https://community.learningequality.org).
5-
61
## Summary
72

83
*Briefly describe what this is about*
94

5+
## System information
106

11-
## Branch or installer method
12-
13-
*Please specify if you are using the current `develop` branch or which installation source you were using when the issue occurred.*
14-
15-
- Installer: Windows/OSX/Debian (?)
16-
- Version: 0.15.1 (?)
17-
18-
or:
19-
20-
- Branch: develop (?)
7+
*Please specify the KA Lite version you were using and your operating system!*
218

9+
- Operating system: ?
10+
- Version: 0.16.?
11+
- Browser: ?
2212

2313
## Traceback or relevant snippet from server.log
2414

2515
```
2616
INSERT TRACEBACK, LOG MESSAGES ETC. HERE
2717
```
2818

29-
3019
## How to reproduce
3120

3221
1. Steps

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ If not all TODOs are marked, this PR is considered WIP (work in progress)
1818

1919
List the issues solved or partly solved by the PR
2020

21-
## Documentation
22-
23-
*If the PR has documentation, link the file here (either .rst in your repo or if built on Read The Docs)*
24-
2521
## Screenshots (if appropriate)
2622

2723
*They're nice. :)*

CONTRIBUTING.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
Please include the following information when opening an issue:
2-
* The branch you found the issue on
3-
* The current date / the build that the issue affects
4-
* Expected behavior
5-
* Actual behavior
6-
* Steps to reproduce (be detailed!)
7-
8-
If opening a PR, please observe the following guidelines
9-
* If you're fixing a bug, write a regression test (or have a really good reason for not writing one... and I mean **really** good!). Additionally, add in a "Fixes `issue number`" for PRs that address a certain issue (e.g. "Fixes #3390").
10-
* If your PR changes or adds to the User Interface, please include screenshots in either the description or the comments.
11-
* Give a brief summary of your changes in the PR description. Add in any other notes that are important for the reviewer to know.
12-
* Update the documentation if your changes affect it (don't just assume they don't)
13-
* Double check your own code for good style
1+
# Read before posting!
2+
3+
Does your post belong on Github? If you are reporting a bug or issue, or are contributing to the development of Kolibri, then it belongs here! If you are seeking advice on technical and non-technical elements of deploying KA Lite and Kolibri in your community, you'll find relevant information at our [community forum](https://community.learningequality.org).
4+
5+
6+
# Especially this...
7+
8+
**Use the template in the description field, without this critical information, we cannot help you.**
9+
10+
# PRs
11+
12+
If opening a PR, please make note that the template is different, and we expect
13+
tests to accept contribution unless with good reason.
14+

0 commit comments

Comments
 (0)