Changes between Version 24 and Version 25 of HowToContribute
- Timestamp:
- Aug 28, 2017, 7:26:35 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToContribute
v24 v25 3 3 There are many ways in which you can become involved in the Trac project. Even if you are not a programmer, there are ways that you can benefit from Trac and ways to help make Trac more useful to yourself and others. 4 4 5 You can alsofind out what's going on in the community by joining the MailingList, where Trac users and developers share information about the project and discuss freely and openly.5 You can find out what's going on in the community by joining the MailingList, where Trac users and developers share information about the project and discuss freely and openly. 6 6 7 7 If you are interested in "live" communication with the TracTeam, contributors and users, you might be interested in the IrcChannel. … … 10 10 To make Trac better, we need [MailingList#Trac-users user] and [MailingList#Trac-dev developer] feedback. Even if you're not a programmer, bug reports, [TracIdeas ideas and suggestions] are more than welcome. 11 11 12 For bug reports and feature requests, we recommend filing [NewTicket a new ticket] in the issue database once you've made sure there's not already existing tickets for those.12 For bug reports and feature requests, we recommend filing [NewTicket a new ticket] in the issue database after [NewTicketGuidelines#IsntThereAlreadyaSimilarTicket searching existing issues]. 13 13 14 By the way, you can also assist the Trac team by helping to do [TracTicketTriage ticket triaging], most notably by finding duplicate issues and squashing invalid tickets.14 You can also assist the Trac team by helping to do [TracTicketTriage ticket triaging], most notably by finding duplicate issues and squashing invalid tickets. Code review of proposed changes and testing development branches is appreciated, but please use a [TracDev/DevelopmentEnvironmentSetup development instance] rather than running the latest changes in production. 15 15 16 16 == Code Contributions … … 32 32 == Documentation Contributions 33 33 34 The authoritative version of the TracGuide as distributed with the software is an integral part of this Trac's wiki. Like any other page, they can be edited, clarified and enhanced in any way you seem fit. The changes you make there will be reviewed and most likely integrated in the [source:trunk/trac/wiki/default-pages repository] andbe part of the next "official" guide.34 The authoritative version of the TracGuide as distributed with the software is an integral part of this Trac's wiki. Like any other page, they can be edited, clarified and enhanced in any way you seem fit. The changes you make there will be reviewed and most likely integrated in the [source:trunk/trac/wiki/default-pages repository] to be part of the next "official" guide. 35 35 36 If you think that a large rewrite of a page would be even more appropriate and you are willing to do this effort, maybe startfirst with a new page, named like !TheTracGuidePage/Discussion, where you can draft the change and gather feedback from other contributors.36 If you think that a large rewrite of a page would be even more appropriate and you are willing to do this effort, consider starting first with a new page, named like !TheTracGuidePage/Discussion, where you can draft the change and gather feedback from other contributors. 37 37 38 38 == Translation Contributions