Permalink
Branch: master
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
39 lines (25 sloc) 2.19 KB

Contribution Guidelines

New to GIT and GitHub? See these learning resources and this 10 min. GIT tutorial.

These are the main contributing guidelines for the development of the Timbre Perception Test (TPT). We encourage open participation, where anyone can contribute using the standard processes on GitHub.

Feedback and contributions of any form are welcomed. Feel free also to contact us to discuss anything further.

Altering the TPT parameters.

The software is designed in the Max MSP environment and located in the TPT Patch folder.

Should you wish to alter the parameters of the software to test other auditory attributes using the interactive slider method, please follow the 'pull request' procedure below.

Testing Setup

Refer to the README.

Pull requests

Please refer to each project's style guidelines and guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow.

NOTE: Be sure to merge the latest from "upstream" before making a pull request!

  • Fork the repo on GitHub

  • Clone the project to your own machine

  • Commit changes to your own branch

  • Push your work back up to your fork

  • Submit a Pull request so that we can review your changes

  • Try not to pollute your pull request with unintended changes and keep them simple and small. If possible, squash your commits.

  • Try to share how your code has been tested before submitting a pull request.

  • If your PR resolves an issue, include closes #ISSUE_NUMBER in your commit message (or a synonym).

  • Review

    • If your PR is ready for review, another contributor will be assigned to review your PR.
    • The reviewer will accept or comment on the PR.
    • If needed address the comments left by the reviewer. Once you're ready to continue the review, ping the reviewer in a comment.
    • Once accepted your code will be merged to master.