Subversion Repositories oidplus

Rev

Rev 849 | 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
 
1044 daniel-mar 6
The GitHub repository located at https://github.com/danielmarschall/oidplus is only a mirror at the moment. (This might change in the future, but for now, SVN is the main source)
601 daniel-mar 7
 
8
How you can contribute:
9
 
1044 daniel-mar 10
- Report bugs either as GitHub issue
11
  https://github.com/danielmarschall/oidplus/issues
601 daniel-mar 12
  or via email to Daniel Marschall
13
  https://www.viathinksoft.com/contact/daniel-marschall
1044 daniel-mar 14
  if the report is confidential.
601 daniel-mar 15
 
16
- If you have written code snippets or patches,
17
  you can either send them via email, bug tracker,
18
  or as pull-request.
19
 
20
- You can send GitHub pull-requests,
21
  but the changes will be applied manually to the SVN master repository,
22
  and then mirrored to GitHub.
23
  (Therefore, technically the pull-request will be ignored/rejected,
24
  even if the change was actually made)
25
 
26
- If you want to have write access to the SVN repository,
27
  please contact Daniel Marschall.
28
 
29
- If you have found a security vulnerability,
30
  please ONLY contact via email, not via a public bug tracker.
31
 
32
- If you have written plugins which are useful,
33
  we can include them in the official OIDplus release.