Skip to content

Commit

Permalink
Removes incorrect references to SunVOSC
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewryanscott committed Jun 24, 2021
1 parent 7743d79 commit 3e5b2a7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ little bit helps, and credit will always be given.
Bug reports
===========

When `reporting a bug <https://github.com/metrasynth/sunvosc/issues>`_ please include:
When `reporting a bug <https://github.com/metrasynth/sunvox-dll-python/issues>`_ please include:

* Your operating system name and version.
* Any details about your local setup that might be helpful in troubleshooting.
Expand All @@ -17,14 +17,14 @@ When `reporting a bug <https://github.com/metrasynth/sunvosc/issues>`_ please in
Documentation improvements
==========================

SunVOSC could always use more documentation, whether as part of the
official SunVOSC docs, in docstrings, or even on the web in blog posts,
sunvox-dll-python could always use more documentation, whether as part of the
official sunvox-dll-python docs, in docstrings, or even on the web in blog posts,
articles, and such.

Feature requests and feedback
=============================

The best way to send feedback is to file an issue at https://github.com/metrasynth/sunvosc/issues.
The best way to send feedback is to file an issue at https://github.com/metrasynth/sunvox-dll-python/issues.

If you are proposing a feature:

Expand All @@ -35,13 +35,13 @@ If you are proposing a feature:
Development
===========

To set up `sunvosc` for local development:
To set up `sunvox-dll-python` for local development:

1. Fork `sunvosc <https://github.com/metrasynth/sunvosc>`_
1. Fork `sunvox-dll-python <https://github.com/metrasynth/sunvox-dll-python>`_
(look for the "Fork" button).
2. Clone your fork locally::

git clone git@github.com:your_name_here/sunvosc.git
git clone git@github.com:your_name_here/sunvox-dll-python.git

3. Create a branch for local development::

Expand Down Expand Up @@ -74,7 +74,7 @@ For merging, you should:
4. Add yourself to ``AUTHORS.rst``.

.. [1] If you don't have all the necessary python versions available locally you can rely on Travis - it will
`run the tests <https://travis-ci.org/metrasynth/sunvosc/pull_requests>`_ for each change you add in the pull request.
`run the tests <https://travis-ci.org/metrasynth/sunvox-dll-python/pull_requests>`_ for each change you add in the pull request.
It will be slower though ...
Expand Down

0 comments on commit 3e5b2a7

Please sign in to comment.