Fixed markdown files
This commit is contained in:
parent
cf66c30e98
commit
67cbab042c
3 changed files with 27 additions and 14 deletions
5
.github/CONTRIBUTING.md
vendored
5
.github/CONTRIBUTING.md
vendored
|
@ -3,10 +3,12 @@
|
||||||
We'd be really happy to get more people involved in the project! If you want to help, please follow these guidelines.
|
We'd be really happy to get more people involved in the project! If you want to help, please follow these guidelines.
|
||||||
|
|
||||||
If you haven't already, come find us in one of these platforms:
|
If you haven't already, come find us in one of these platforms:
|
||||||
|
|
||||||
* [Amiberry MeWe page](https://mewe.com/p/amiberry)
|
* [Amiberry MeWe page](https://mewe.com/p/amiberry)
|
||||||
|
|
||||||
* [Amiberry Facebook page](https://fb.me/amiberry.emulator)
|
* [Amiberry Facebook page](https://fb.me/amiberry.emulator)
|
||||||
|
|
||||||
## Did you find a bug?
|
## If you found a bug
|
||||||
|
|
||||||
Bug reporting is an important part of making Amiberry better. If you believe you have found a bug, then please follow these steps:
|
Bug reporting is an important part of making Amiberry better. If you believe you have found a bug, then please follow these steps:
|
||||||
|
|
||||||
|
@ -49,4 +51,3 @@ on something similar, or perhaps this change could create a problem you haven't
|
||||||
* Please use the relevant **pull request template** when submitting a PR.
|
* Please use the relevant **pull request template** when submitting a PR.
|
||||||
|
|
||||||
* Please ensure that all your commits are atomic (one feature per commit).
|
* Please ensure that all your commits are atomic (one feature per commit).
|
||||||
|
|
||||||
|
|
25
.github/ISSUE_TEMPLATE/bug_report.md
vendored
25
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -9,9 +9,13 @@ A clear and concise description of what the bug is.
|
||||||
|
|
||||||
**To Reproduce**
|
**To Reproduce**
|
||||||
Steps to reproduce the behavior:
|
Steps to reproduce the behavior:
|
||||||
|
|
||||||
1. Go to '...'
|
1. Go to '...'
|
||||||
|
|
||||||
2. Click on '....'
|
2. Click on '....'
|
||||||
|
|
||||||
3. Scroll down to '....'
|
3. Scroll down to '....'
|
||||||
|
|
||||||
4. See error
|
4. See error
|
||||||
|
|
||||||
**Expected behavior**
|
**Expected behavior**
|
||||||
|
@ -21,15 +25,22 @@ A clear and concise description of what you expected to happen.
|
||||||
If applicable, add screenshots to help explain your problem.
|
If applicable, add screenshots to help explain your problem.
|
||||||
|
|
||||||
**Desktop (please complete the following information):**
|
**Desktop (please complete the following information):**
|
||||||
- OS: [e.g. iOS]
|
|
||||||
- Browser [e.g. chrome, safari]
|
- OS: [e.g. iOS]
|
||||||
- Version [e.g. 22]
|
|
||||||
|
- Browser [e.g. chrome, safari]
|
||||||
|
|
||||||
|
- Version [e.g. 22]
|
||||||
|
|
||||||
**Smartphone (please complete the following information):**
|
**Smartphone (please complete the following information):**
|
||||||
- Device: [e.g. iPhone6]
|
|
||||||
- OS: [e.g. iOS8.1]
|
- Device: [e.g. iPhone6]
|
||||||
- Browser [e.g. stock browser, safari]
|
|
||||||
- Version [e.g. 22]
|
- OS: [e.g. iOS8.1]
|
||||||
|
|
||||||
|
- Browser [e.g. stock browser, safari]
|
||||||
|
|
||||||
|
- Version [e.g. 22]
|
||||||
|
|
||||||
**Additional context**
|
**Additional context**
|
||||||
Add any other context about the problem here.
|
Add any other context about the problem here.
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
Visual Studio solution using VC++ for Linux.
|
Visual Studio solution using VC++ for Linux
|
||||||
===========================================
|
===========================================
|
||||||
|
|
||||||
With this solution you can use Visual Studio to edit the sources, remote debug and remote build the project running on a Pi.
|
With this solution you can use Visual Studio to edit the sources, remote debug and remote build the project running on a Pi.
|
||||||
For now, no cross compilation is supported in this project but if that is added from Microsoft in the future this solution will be updated accordingly.
|
For now, no cross compilation is supported in this project but if that is added from Microsoft in the future this solution will be updated accordingly.
|
||||||
|
|
||||||
|
@ -8,8 +9,8 @@ The project is configured to be deployed on a standard Raspbian distro, under th
|
||||||
If you want to use Intellisense, you will need to copy the include files from the Pi locally and point the project to them.
|
If you want to use Intellisense, you will need to copy the include files from the Pi locally and point the project to them.
|
||||||
|
|
||||||
You will need Visual Studio 2015 or later and VC++ for Linux installed.
|
You will need Visual Studio 2015 or later and VC++ for Linux installed.
|
||||||
Look here for more information on VC++ for Linux:
|
Look here for more information on VC++ for Linux:
|
||||||
https://blogs.msdn.microsoft.com/vcblog/2016/03/30/visual-c-for-linux-development/
|
<https://blogs.msdn.microsoft.com/vcblog/2016/03/30/visual-c-for-linux-development/>
|
||||||
|
|
||||||
Here you can find a demo video of Linux Development with C++:
|
Here you can find a demo video of Linux Development with C++:
|
||||||
https://channel9.msdn.com/Series/Visual-Studio-2017-Demo-Videos/Visual-Studio-2017-Linux-Development-with-C
|
<https://channel9.msdn.com/Series/Visual-Studio-2017-Demo-Videos/Visual-Studio-2017-Linux-Development-with-C>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue