Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Added contribution guidelines, issue template and changelog (since
Browse files Browse the repository at this point in the history
v2.1.142)
  • Loading branch information
Jeremy Vignelles authored and jeremyVignelles committed Sep 18, 2017
1 parent 153af2a commit 3fd6915
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
You have found an issue? You want to contribute to that project?
Fine, you're at the right place

# Writing an issue
You don't have much time? Neither do we.

We would appreciate that you follow the issue template to report a bug. Hopefully, if the bug is well written and can be reproduced easily, it will be fixed quite quickly.

However, this project is maintained by volunteers who work on this project on their spare time. Please be patient and please provide enough info so that we can help you.

We also welcome pull requests.

# Writing a pull request
- Fork the project
- Create a branch based on `develop`, like `feature/support-for-xxx`
- Write your code there
- Update the changelog
- create a PR on `develop`, explaining what you've done and how can we test your change

# Writing sample codes or documentation on the wiki
You are welcome!
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
I have an issue / a question (pick one) about Vlc.DotNet.

# Generic information

- **Vlc.DotNet version** : (Please fill)
- **Vlc.DotNet project used** : (WinForms/WPF/Core)
- **libvlc version** : (Please fill) (x86/x64) + how did you get it?
- **.net version** : (Please fill)
- **Project language** : (C#/VB.net)
- **Project build architecture** : (x86/x64/AnyCPU/AnyCPU (prefer 32bits))
- **Operating system** : (Windows ...) (x86/x64)

# Summary

(What happens, when, how? Steps to reproduce (with sample codes))

- [ ] I confirm that my issue doesn't happen in VLC itself.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Unreleased

# 2.1.154
- Nothing, just a few commits to change README files

# 2.1.151
- FIXED: Log messages are emitted on another thread to avoid locking VLC #284

# 2.1.149
- ADDED: Feature to get VLC logs from Vlc.DotNet #278

# 2.1.144
- Nothing for the library, just a modification for the code examples #277

# 2.1.142
- FIXED: Library is now AnyCPU! #271

0 comments on commit 3fd6915

Please sign in to comment.