AnacondaST3 Developers Documentation
  • AnacondaST3 Developers Documentation
  • Getting Involved
    • Anaconda Guide for Contributors
    • Anaconda Coding Style Guide
    • Commits Guidelines
    • Submiting Code
    • Unit Testing
  • Anaconda Architecture and Design
    • GUI Related Design and Architecture
      • Anaconda GUI Commands
      • Anaconda GUI Listeners
      • The Anaconda Worker System
      • Anaconda Callbacks
      • Anaconda Helpers
    • JsonServer Related Design and Architecture
  • Anaconda Plugable Architecture
Powered by GitBook
On this page
  • Contributing to AnacondaST3
  • User Feedback
  • Feature Improvement/Suggestion
  • Code Contributions

Was this helpful?

Getting Involved

PreviousAnacondaST3 Developers DocumentationNextAnaconda Guide for Contributors

Last updated 5 years ago

Was this helpful?

Anyone can contribute with anaconda, you don't have to be a developer to contribute with the project as there are many ways to do it.

Before contribute with anaconda, you have to make sure that you are familiar with GitHub and how it is being used to report bugs and what is known as the .

Contributing to AnacondaST3

The following is a list of possible ways in what you can contribute with the project to make it better for you and for others, everyone benefits of everyone else contributions.

User Feedback

To improve anaconda, we need feedback from our users that fill bug reports using the project's .

Feature Improvement/Suggestion

We improve anaconda because we use it daily in our work but that doesn't means that our vision of how the plugin has to behave is always the right one, or cover all the use cases. Is for that we need suggestions about feature implementation or improvements to already existent features.

The policy to ask for a new feature or add an improvement to an already existant one, is the same as with the bug reports.

Code Contributions

Code contributions can come in three different ways:

  1. Bug fixes

  2. Refactors/Improvements

  3. New Features

note: anaconda contributed code is automatically licensed under the terms of the General Public License of the GNU project and the Free Software Foundation in it's version 3.

If you are planning to contribute some code to anaconda, make sure that you read first.

GitHub Flow
GitHub issues tracker
this documentation