Skip to content

Commit

Permalink
Merge pull request #1 from QCoDeS/master
Browse files Browse the repository at this point in the history
Fork update
  • Loading branch information
ThorvaldLarsen authored Nov 6, 2017
2 parents 1886482 + ec9f686 commit 15d6b2b
Show file tree
Hide file tree
Showing 33 changed files with 1,707 additions and 110 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,7 @@ tmp/

docs/examples/data/*

.idea/
.idea/

# Mac files
.DS_Store
13 changes: 6 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,19 @@ branches:
only:
- master

# signal that we are on travis
# to disable things that expect an
# X Display
#
env:
- TRAVISCI=true
# command to install dependencies
install:
- pip install --upgrade pip
- pip install -r requirements.txt
- pip install -r test_requirements.txt --upgrade
- pip install -r docs_requirements.txt
- pip install -e .
# command to run tests

before_script: # configure a headless display to test plot generation
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start

script:
- cd qcodes
- py.test --cov=qcodes --cov-report xml --cov-config=.coveragerc
Expand Down
21 changes: 11 additions & 10 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ Contributing
Hi, thanks for your interest in the project! We welcome pull requests
from developers of all skill levels.

Alex Johnson (alexcjohnson) & and Giulio Ungaretti
([email protected]) are the creators and current maintainers of
Qcodes (aka core developers), along with a group of talented and smart
Jens H. Nielsen ([email protected]), William H.P Nielsen
([email protected]), Dominik Vogel ([email protected]), and
Sohail Chatoor ([email protected]) are the current maintainers of
QCoDeS (aka core developers), along with a group of talented and smart
volunteers. Please don't hesitate to reach out if you have any
questions, or just need a little help getting started.

Join us on Slack, where informal discussion is more than welcome. (For
now ask us to be invited)
now email one of us to be invited)

.. contents::

Expand All @@ -25,7 +26,7 @@ addressed, `please open a new issue

The github GUI will show you a template both for bugs and features.
Delete the wrong part and try to follow the template. Writing a good
issue helps you in the first place.Bug reports must be accompanied by a
issue helps you in the first place. Bug reports must be accompanied by a
reproducible example.

Have an idea about future directions to go with Qcodes? Visions of
Expand All @@ -38,7 +39,7 @@ some core ideas in the package? We can use issues for this too. We will pick the
Clever usage
------------

Figured out a new way to use qcodes? Found a package that makes your
Figured out a new way to use QCoDeS? Found a package that makes your
life better and easier? Got realtime analysis working after struggling
with it for days? Write it on Slack so we can keep github more
organized.
Expand Down Expand Up @@ -158,7 +159,7 @@ truncate otherwise making the commit hard to read. No line may exceed
well as in various git tools.

Type


Must be one of the following:

Expand All @@ -175,7 +176,7 @@ Must be one of the following:
libraries such as documentation generation

Subject


The subject contains succinct description of the change:

Expand All @@ -185,14 +186,14 @@ The subject contains succinct description of the change:
- no dot (.) at the end

Body


Just as in the **subject**, use the imperative, present tense: "change"
not "changed" nor "changes"The body should include the motivation for
the change and contrast this with previous behavior.

Footer


The footer should contain any information about **Breaking Changes** and
is also the place to reference GitHub issues that this commit
Expand Down
Loading

0 comments on commit 15d6b2b

Please sign in to comment.