Changes between Version 6 and Version 7 of Guides/Contributing
- Timestamp:
- Jan 16, 2017, 11:27:48 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Guides/Contributing
v6 v7 34 34 Create a ticket, describing the change, and attach the patchfiles you have for the bug/feature. 35 35 36 === Git orious/GitHub ===36 === GitHub === 37 37 38 The workflow for both Gitorious andGitHub is quite similar. This is suitable if you plan on contributing more than once or twice.38 The workflow for GitHub is quite similar. This is suitable if you plan on contributing more than once or twice. 39 39 40 You need to have a user account on one of the sitesfirst. You can then fork our repository, creating your own, before cloning the repository.40 You need to have a user account on the site first. You can then fork our repository, creating your own, before cloning the repository. 41 41 42 Our Gitorious repository is available here https://www.gitorious.org/telldus/telldus and for GitHub here: https://github.com/telldus/telldus 42 Our GitHub the repositories are available here:[[br]] 43 https://github.com/telldus 43 44 44 When you have changed some files and commited them you can push them back to Git orious/GitHub. When you are ready to contribute back to Telldus, use the "Pull request feature" and we will be alerted of your changes.45 When you have changed some files and commited them you can push them back to GitHub. When you are ready to contribute back to Telldus, use the "Pull request feature" and we will be alerted of your changes. 45 46 46 47 === Changes to the code ===