Update CONTRIBUTING.md

This commit is contained in:
oblomov 2023-06-27 10:10:21 +02:00 committed by GitHub
parent a6dcdb477c
commit 16c77d9bfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1 +1,24 @@
test **This project is open source and developed alongside other projects or during free time. Contributions are greatly appreciated!**
### Bug Reports
If you find any bugs or unexpected behavior, please open an issue. If you require a missing functionality, opening an issue can help determine if the project can be extended in that direction.
<br><br>
_It would be helpful if you could provide a working code snippet of your application that reproduces the problem. This enables quickly identifying the cause of the error by copying and pasting it into another system._
### Contribution
You can contribute in various ways: <br>
* extend the view with a new property (https://github.com/abap2UI5/abap2UI5/issues/248)
* add a completely new control (https://github.com/abap2UI5/abap2UI5/issues/303)
* provide on-premise corrections (https://github.com/abap2UI5/abap2UI5/issues/305)
* share your demos and apps (https://github.com/abap2UI5/abap2UI5/issues/304)
Or feel free to develop something new - every [PR ](https://github.com/abap2UI5/abap2UI5/pulls) is welcome!
### How to create a PR
1. Create a new Fork of this repository <br>
2. Pull your new Fork to your ABAP System <br>
3. Make changes in your ABAP System <br>
4. Push your changes to your remote Fork <br>
5. Open a PR so that your changes become a part of this project and can be used by everyone <br>
_Just try it out and create an issue if you run into problems!_