You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+3-5
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,6 @@ Note that your contributions must be your own work and licensed under the same t
16
16
## Reporting bugs
17
17
18
18
First, search the issue tracker to see if the bug is already there.
19
-
Please use the [discussion forums](http://discussion.oxyplot.org/) if you are unsure whether it is a bug in the library or a problem in your code.
20
-
When you are sure, please add defects in the issue tracker.
21
19
22
20
It is very helpful to get the generated code (use `CTRL+ALT+C` in the plot control) and report (`CTRL+ALT+R`) of the bug plot. You can also take a screen shot and paste it into the description.
23
21
@@ -36,7 +34,7 @@ A bug report should include:
36
34
37
35
## Suggesting new features
38
36
39
-
Please use the [discussion forums](http://discussion.oxyplot.org/) or add it directly in the issue tracker in the same way as bug reports.
37
+
Please use the issue tracker in the same way as bug reports.
40
38
41
39
42
40
## Create your own fork
@@ -110,7 +108,7 @@ Finally, push your commits: `git push`
110
108
111
109
## Merging
112
110
113
-
When the PR is submitted, Appveyor will build the code and report if the build was successful.
111
+
When the PR is submitted, GitHub will build the code and report if the build was successful.
114
112
A team member will then review the PR, and merge the branch if everything looks OK.
115
113
116
114
If there are some issues with the PR, you must
@@ -130,7 +128,7 @@ Please contribute by creating pull requests!
130
128
131
129
## Contributing to the website
132
130
133
-
The source of the [oxyplot.org](http://oxyplot.org) web site can be found in the [oxyplot.github.io](http://github.com/oxyplot/oxyplot.github.io) repository.
131
+
The source of the [oxyplot.github.io](https://oxyplot.github.io/) web site can be found in the [oxyplot.github.io](http://github.com/oxyplot/oxyplot.github.io) repository.
134
132
Please contribute by creating pull requests!
135
133
136
134
The web-site is built by [GitHub](http://github.com/) with [Jekyll](http://jekyllrb.com/).
0 commit comments