Subversion Repositories oidplus

Rev

Rev 601 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
601 daniel-mar 1
# Contributing to the development of OIDplus 2.0
2
 
3
Currently, the main repository of OIDplus is
4
https://svn.viathinksoft.com/cgi-bin/viewvc.cgi/oidplus/
5
 
6
The GitHub repository located at https://github.com/danielmarschall/oidplus is currently only a mirror. (This might change in the future, but for now, SVN is the main source)
7
 
8
How you can contribute:
9
 
10
- Report bugs either at
11
  https://www.viathinksoft.com/thinkbug/thinkbug.php?id=97
12
  or via email to Daniel Marschall
13
  https://www.viathinksoft.com/contact/daniel-marschall
14
  or as GitHub issue
849 daniel-mar 15
  https://github.com/danielmarschall/oidplus/issues (recommended)
601 daniel-mar 16
 
17
- If you have written code snippets or patches,
18
  you can either send them via email, bug tracker,
19
  or as pull-request.
20
 
21
- You can send GitHub pull-requests,
22
  but the changes will be applied manually to the SVN master repository,
23
  and then mirrored to GitHub.
24
  (Therefore, technically the pull-request will be ignored/rejected,
25
  even if the change was actually made)
26
 
27
- If you want to have write access to the SVN repository,
28
  please contact Daniel Marschall.
29
 
30
- If you have found a security vulnerability,
31
  please ONLY contact via email, not via a public bug tracker.
32
 
33
- If you have written plugins which are useful,
34
  we can include them in the official OIDplus release.