Skip to content

Commit

Permalink
Merge remote-tracking branch 'gitlab/splitout-from-poc'
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels committed Jun 18, 2018
2 parents d4b1873 + e785bbc commit dd3bb6d
Show file tree
Hide file tree
Showing 183 changed files with 33,906 additions and 2 deletions.
15 changes: 15 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Contributing to pyIPCMI

Currently, we have no contribution rules, so feel free to submit pull requests (PRs).


### Contributor License Agreement

We require all contributers to sign a Contributor License Agreement (CLA). If you don't know
what for a CLA is needed and how it prevents legal issues on both sides, read [this short
blog](https://www.clahub.com/pages/why_cla) post.

So to get started, [sign the Contributor License Agreement (CLA)][CLAHub].


[CLAHub]: https://www.clahub.com/agreements/Paebbels/pyIPCMI
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<!-- -->
<!-- DO NOT PROPOSE A NEW FEATURE WITH THIS TEMPLATE -->
<!-- -->

## Expected Behavior
<!--- Tell us what should happen -->


## Current Behavior
<!-- Tell us what happens instead of the expected behavior -->


## Possible Solution
<!-- Not obligatory, but suggest a fix/reason for the bug -->


## Steps to Reproduce
<!-- Provide a link to a live example, or an unambiguous set of steps to -->
<!-- reproduce this bug. Include code to reproduce, if relevant -->
1.
2.
3.
4.

## Screenshots
<!-- Not obligatory, but provide screenshots if possible -->


## Detailed Description
<!-- Provide a detailed description of the change or addition you are proposing -->


## Possible Implementation
<!-- Not obligatory, but suggest an idea for implementing addition or change -->


## Environment
* Platform: <!-- e.g. Mac, Linux, Windows -->
* Python version: <!-- e.g. 3.6 -->
* pyIPCMI version: <!-- e.g. 1.0.0 -->
* Library used in: <!-- e.g. The PoC-Library -->
Empty file.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ __pycache__

# ignore build directories
/docs/_build/
/docs/pyIPCMI/*.rst
!/docs/pyIPCMI/index.rst

# ignore folders
/py/Wrapper/Hooks/*
!/py/Wrapper/Hooks/README.md
/Wrapper/Hooks/*
!/Wrapper/Hooks/README.md

# general whitelist
!.git*
Expand Down
Empty file.
Empty file.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "docs/_themes/sphinx_rtd_theme"]
path = docs/_themes/sphinx_rtd_theme
url = ../sphinx_rtd_theme.git
1 change: 1 addition & 0 deletions .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/codeStyleSettings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/dictionaries/Patrick_Lehmann.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/markdown-exported-files.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

71 changes: 71 additions & 0 deletions .idea/markdown-navigator.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/markdown-navigator/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions .idea/py.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dd3bb6d

Please sign in to comment.