项目结构调整

This commit is contained in:
艾竹
2023-04-16 20:11:40 +08:00
parent cbfbf96033
commit 81f91f3f35
2124 changed files with 218 additions and 5516 deletions

View File

@@ -0,0 +1,27 @@
Please take a read at this article so we can help you better, we are always happy to support you at our [chat](https://gitter.im/beto-rodriguez/Live-Charts), normally we respond you really fast.
### Features
We are open to add new features to this library, but before suggesting one, ensure it is not implemented yet, There are a lot of examples showing the already supported features in the library, in the [website](http://lvcharts.net/App/examples/wpf/start) and in [in this repo](https://github.com/beto-rodriguez/Live-Charts/tree/master/Examples).
After you are sure it is not implemented, open a [new issue](https://github.com/beto-rodriguez/Live-Charts/issues/new) that contains:
* What you are trying to do and cannot be solved with the [latest](https://www.nuget.org/packages/LiveCharts/) library version, if you can do it but you think it can be easier, then exaplin so and how.
* Since this is a visual library always adding an image with the expected result is helpful.
### Bugs
A bug should be ascertainable with the [latest](https://www.nuget.org/packages/LiveCharts/) version of the library.
A good way to say thanks for this library is doing good reports, the better you report the faster we can fix it. the next list is ordered by "ease to attend" for the developers of the library, you can choose any of these methods to give us your feedback.
* Create a repository that illustrates the issue, please use as less dependencies as possible.
* If you are not very familiar with git, you could simply send us a mail with an example project that illustrates the issue at support@lvcharts.net
* Simply open a [new issue](https://github.com/beto-rodriguez/Live-Charts/issues/new) following the sugested structure.
* Comment it in our [chat](https://gitter.im/beto-rodriguez/Live-Charts).
### Pull Request
Please do suggest whatever you think is necessary to improve, name your PR with a clear name of what you have done, explain a bit about it and you are done, we will review your code and merge it if we think it is appropiated.
Notice that by doing a PR you must respect and agree our [license](https://github.com/beto-rodriguez/Live-Charts/blob/master/LICENSE.TXT).

View File

@@ -0,0 +1,26 @@
Instructions: replace text surrounded by '*' with your case, please delete this line.
#### How to reproduce?
*Explain how we can get this issue, if you created a repo with the issue, please add the link, blank if you are submitting a suggestion or improvement*
#### Extra notes
*Explain what you expect, feedback, images or anything you consider necessary*
#### I am using
<table>
<tr>
<td>Live-Charts version</td>
<td>*your Live-Charts version here*</td>
</tr>
<tr>
<td>.Net Version</td>
<td>*your .net version here*</td>
</tr>
<tr>
<td>Windows</td>
<td>*your windows version here*</td>
</tr>
</table>

View File

@@ -0,0 +1,7 @@
#### Summary
*Explain the changes in this PR*
#### Solves
*List the issues this PR solves, blank if none*