|
@@ -1,17 +1,17 @@
|
|
|
---
|
|
|
layout: docs
|
|
|
docid: "contributing"
|
|
|
-title: "How to Contribute"
|
|
|
+title: "Getting Help and Contributing"
|
|
|
permalink: /docs/contributing.html
|
|
|
---
|
|
|
|
|
|
-Prophet has an non-fixed release cycle but we will be making bugfixes in response to user feedback and adding features. Its current state is Beta (v0.2), we expect no obvious bugs. Please let us know if you encounter a bug by [filing an issue](https://github.com/facebook/prophet/issues).
|
|
|
+Prophet has an non-fixed release cycle but we will be making bugfixes in response to user feedback and adding features. Its current state is Beta (v0.3), we expect no obvious bugs. Please let us know if you encounter a bug by [filing an issue](https://github.com/facebook/prophet/issues). Github issues is also the right place to ask questions about using Prophet.
|
|
|
|
|
|
We appreciate all contributions. If you are planning to contribute back bug-fixes, please do so without any further discussion.
|
|
|
|
|
|
-If you plan to contribute new features or extensions to the core, please first open an issue and discuss the feature with us. Sending a pull request is fine, too, but if it is a large change we suggest you run it by us first.
|
|
|
+If you plan to contribute new features or extensions to the core, please first open an issue and discuss the feature with us. Sending a pull request is fine too, but it will likely be merged more quickly if any design decisions are settled on beforehand in an issue.
|
|
|
|
|
|
-We require that any API changes or feature additions are made available for both Python and R in parallel.
|
|
|
+The R and Python versions are kept feature identical, but new features can be implemented for each method in separate commits.
|
|
|
|
|
|
## Documentation
|
|
|
|