Merge branch 'master' into develop

This commit is contained in:
metalex9
2019-03-23 15:00:41 -05:00
3 changed files with 10 additions and 2 deletions

1
.github/pull_request_template.md vendored Normal file
View File

@@ -0,0 +1 @@
- [ ] I've read the [contributing guide](.github/CONTRIBUTING.md) and understand my pull request may be closed without explanation.

View File

@@ -14,9 +14,16 @@ This site uses [Tone.js](https://tonejs.github.io/) to play audio in the browser
Source code for the music generators can be found in the [generative-music/pieces-alex-bainter](https://github.com/generative-music/pieces-alex-bainter) repository.
## Release Schedule
See [milestones](https://github.com/generative-music/generative.fm/milestones) for scheduled releases and to see which features and bug fixes will be included in each.
## Issues and Feedback
Problems or general feedback can be reported [here on Github](https://github.com/generative-music/site/issues) or by sending an email to alex@alexbainter.com. Thanks!
Problems or general feedback can be reported [here on Github](https://github.com/generative-music/site/issues) or by sending an email to [alex@alexbainter.com](mailto:alex@alexbainter.com?subject="Generative.fm"). Thanks!
### Status
You can view which new features and bug fixes are currently planned, in progress, or waiting to be deployed to the site by visiting the [Generative.fm project board](https://github.com/orgs/generative-music/projects/2).
## Installation

View File

@@ -10,7 +10,7 @@ In addition to my desire for absolute creative control, this project is special
For these reasons, while I'm grateful for the generosity of those who willing to spend their time writing code for the site, **for the time being it's unlikely I will be accepting any outside pull requests. See below for better ways you can contribute.**
This project is a learning experience for me, and one thing I'd love to learn is how to manage an open source project. Eventually I will be more open to outside contributions, but not at the moment. If you like, keep an eye out for [issues tagged "accepting pull requests,"](https://github.com/generative-music/generative.fm/labels/accepting%20pull%20requests) but no promises.
This project is a learning experience for me, and one thing I'd love to learn is how to manage an open source project. Eventually I will be more open to outside contributions, but not at the moment. If you like, keep an eye out for [issues labeled "help wanted,"](https://github.com/generative-music/generative.fm/labels/help%20wanted) but no promises.
Thanks for understanding.