-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a file with contribution guidelines #154
Comments
Documentationthe wiki is world-writable - anyone can edit or add chapters and pages.
You can make the project known by publishing blog posts/articles/videos about it and adding them to the links section in the wiki. TranslationsCurrently Shaarli has no translation/internationalization/localization system available and is single-language. You can help by proposing an i18n system (issue #121) |
Bugs and feature requestsReporting bugs, feature requests: issues management You can look through existing bugs/requests and help reporting them here. Constructive input/experience reports/helping other users is welcome. The general guideline of the fork is to keep Shaarli simple (project and code maintenance, and features-wise), while providing customization capabilities (plugin system, making more settings configurable). Check the milestones to see what issues have priority.
|
Beta testingYou can help testing Shaarli releases by immediately upgrading your installation after a new version has been releases. All current development happens in Pull Requests. You can test proposed patches by cloning the Shaarli repo, adding the Pull Request branch and git clone https://github.com/shaarli/Shaarli
git remote add pull-request-25 owner/cool-new-feature
git remote add pull-request-26 anotherowner/bugfix
git remote update
git checkout -b testing
git merge cool-new-feature
git merge bugfix Please report any problem you might find. Contributing codeAdding your own changes
All changes you will do on the Contributing to an existing Pull RequestTODO Useful linksIf you are not familiar with Git or Github, here are a few links to set you on track:
|
Followup to #146
Maybe it'd help if we created a file with contribution guidelines about issue management, pull request/code review, etc. for the project.
Related resources:
There are infos to gather about general management trends scattered in various issue reports (open and closed). List them here and we'll add them. Anything I post here can be discussed/edited.
The text was updated successfully, but these errors were encountered: