Thank you for taking the time to contribute to Langua! 👍🎉
This project and everyone participating in it is governed by Langua's code of conduct. By participating, you are expected to uphold this code of conduct.
Before you submit an issue, please check to see if there are any existing issues addressing this problem. If there's an open issue, please add a comment to provide more context. If there's a closed issue, you may open a new issue, but please link to the original issue in the body of your new one. If there isn't a previous issue discussing this bug, please open a new issue.
Always use the issue template and provide all required information along with a clear and descriptive title and any other relevant details. If needed, include a screenshot or animate GIF to show the problem.
Before you submit an issue, please check to see if there are any existing issues addressing this request. If there's an open issue, please add a comment to provide more context. If there's a closed issue, you may open a new issue, but please link to the original issue in the body of your new one. If there isn't a previous issue discussing this request, please open a new issue.
Always use a clear and descriptive title and provide a detailed explanation of the feature or enhancement you are requesting. If you are able to provide specific examples, please do so. To the extent you are able, provide a step-by-step description of how this feature or enhancement would be implemented.
If you are unsure where to begin, you can search for issues tagged with beginner
or help wanted
. beginner
issues are relatively easy to fix. help wanted
issues are more involved than Beginner issues.
If you want to address an open issue, please comment on the issue and state your intention to develop a solution and make a pull request. This helps prevent duplicate and conflicting work being done.
If you want to work on something that doesn't have an open issue, please open a new issue with your intentions and a description of the changes you will make. Again, this helps prevent duplicate and conflicting work being done.
It is easy to work on code locally.
git clone https://github.com/Susurrus-LLC/langua.git
cd langua
yarn
yarn start
This will start a virtual server running Langua at http://localhost:3000.
When creating a pull request, always use the pull request template and provide all required information along with a clear and descriptive title and any other relevant details. Do not include issue numbers in the title; do link to related issues in the body of the pull request. If needed, include a screenshot or animate GIF to demonstrate your changes.
All JavaScript must adhere to the JavaScript Standard Style.