updated community profile

This commit is contained in:
Sebastian Hildebrandt 2017-10-05 16:07:53 +02:00
parent 58fa1484a5
commit 1780c15b92
4 changed files with 34 additions and 0 deletions

View File

@ -5,6 +5,7 @@ We are always looking for quality contributions and will be happy to accept your
* Please make sure that your contribution fits well in the project's context:
* we are aiming to provide a high quality multi platform system information library, without any dependencies on any external JavaScript library;
* the only dependency should be bootstrap CSS and its markup structure
* Please assure that you are submitting quality code, specifically make sure that:
* your commits should not be braking changes - if possible.
* your PR are well testet - if possible on multiple platforms / machines

18
docs/ISSUE_TEMPLATE.md Normal file
View File

@ -0,0 +1,18 @@
### Expected behavior and actual behavior.
-
-
-
### Steps to reproduce the problem.
-
-
-
### Specifications
- package version:
- operating system:
- hardware:

View File

@ -0,0 +1,15 @@
## Pull Request
Fixes #
#### Changes proposed:
* [ ] Fix
* [ ] Add
* [ ] Remove
* [ ] Update
#### Description (what is this PR about)
Brief explanation of the changes you have made and/or the new content you are contributing.