Skip to content

Commit 7b271a1

Browse files
authored
Removing references to AppVeyor (#18)
* Removing references to AppVeyor * updates to the contributing file (remove oxyplot.org references)
1 parent 2a85dfc commit 7b271a1

File tree

3 files changed

+3
-31
lines changed

3 files changed

+3
-31
lines changed

.github/CONTRIBUTING.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ Note that your contributions must be your own work and licensed under the same t
1616
## Reporting bugs
1717

1818
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.
2119

2220
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.
2321

@@ -36,7 +34,7 @@ A bug report should include:
3634

3735
## Suggesting new features
3836

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.
4038

4139

4240
## Create your own fork
@@ -110,7 +108,7 @@ Finally, push your commits: `git push`
110108

111109
## Merging
112110

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.
114112
A team member will then review the PR, and merge the branch if everything looks OK.
115113

116114
If there are some issues with the PR, you must
@@ -130,7 +128,7 @@ Please contribute by creating pull requests!
130128

131129
## Contributing to the website
132130

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.
134132
Please contribute by creating pull requests!
135133

136134
The web-site is built by [GitHub](http://github.com/) with [Jekyll](http://jekyllrb.com/).

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
OxyPlot is a cross-platform plotting library for .NET
22

33
This library contains user contributions that are published as the NuGet package [OxyPlot.Contrib](https://www.nuget.org/packages/OxyPlot.Contrib).
4-
5-
[![Build status](https://ci.appveyor.com/api/projects/status/x9esl7iuo1mle8gi?svg=true)](https://ci.appveyor.com/project/objorke/oxyplot-contrib)

appveyor.yml

-24
This file was deleted.

0 commit comments

Comments
 (0)