Subversion Repositories oidplus

Rev

Rev 849 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 849 Rev 1044
Line 1... Line 1...
1
# Contributing to the development of OIDplus 2.0
1
# Contributing to the development of OIDplus 2.0
2
 
2
 
3
Currently, the main repository of OIDplus is
3
Currently, the main repository of OIDplus is
4
https://svn.viathinksoft.com/cgi-bin/viewvc.cgi/oidplus/
4
https://svn.viathinksoft.com/cgi-bin/viewvc.cgi/oidplus/
5
 
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)
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)
7
 
7
 
8
How you can contribute:
8
How you can contribute:
9
 
9
 
10
- Report bugs either at
10
- Report bugs either as GitHub issue
11
  https://www.viathinksoft.com/thinkbug/thinkbug.php?id=97
11
  https://github.com/danielmarschall/oidplus/issues
12
  or via email to Daniel Marschall
12
  or via email to Daniel Marschall
13
  https://www.viathinksoft.com/contact/daniel-marschall
13
  https://www.viathinksoft.com/contact/daniel-marschall
14
  or as GitHub issue
14
  if the report is confidential.
15
  https://github.com/danielmarschall/oidplus/issues (recommended)
-
 
16
 
15
 
17
- If you have written code snippets or patches,
16
- If you have written code snippets or patches,
18
  you can either send them via email, bug tracker,
17
  you can either send them via email, bug tracker,
19
  or as pull-request.
18
  or as pull-request.
20
 
19