Skip to content

Commit 7abdbcb

Browse files
authored
chore: update template files (#4)
2 parents e482422 + e2d2f4d commit 7abdbcb

File tree

4 files changed

+30
-8
lines changed

4 files changed

+30
-8
lines changed

.github/FUNDING.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# All contributions are important small and big
2+
github: abappm
3+
github: mbtools

CONTRIBUTING.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Contributing to apm
2+
3+
apm welcomes your suggestions and contributions! Before opening your first issue or pull request, please review our [Code of Conduct](https://github.com/abapPM/.github/blob/main/CODE_OF_CONDUCT.md) to understand how our community interacts in an inclusive and respectful manner.
4+
5+
## General Advice
6+
7+
* If you're new and want to help out, see if there are "good first issues" listed [here](../../issues). They should not be complicated to implement but require you to get the project up and running. Or pick something that annoys you. Fix a typo. Improve an error message. Or try something unusual just to see if it works and if it doesn't, open an issue.
8+
9+
* Before starting any significant development, open an issue and propose your solution first. A discussion can save a lot of unnecessary work. It also helps others know that this is being worked on.
10+
11+
* It is in your best interest to keep the commits/PRs as small as possible and solve one thing at a time. The smaller your change is, the easier it is to review and it will be more likely to get accepted.
12+
13+
* Commit often, whenever something is working, and is a step in the right direction do a commit or PR. This way other contributors can see the changes, and it will minimize the risk of merge conflicts.
14+
15+
* If you don't have the time or knowledge to fix the problem yourself, you can still make it move along faster by providing an accurate description or a repo that reproduces the issue.
16+
17+
## Contribution Licensing
18+
19+
Most of our code is distributed under the terms of the [license](LICENSE), and when you contribute code that you wrote to our repositories, you agree that you are contributing under those same terms. In addition, by submitting your contributions you are indicating that you have the right to submit those contributions under those terms.
20+
21+
If you wish to contribute code or documentation *authored by others* or use the terms of any other license, please indicate that clearly in your pull request so that the project team can discuss the situation with you.

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,10 @@ A list of solutions that support the ABAP programming language typically with sy
4545

4646
## Contributions
4747

48-
Please feel free to add to and share this list.
49-
50-
## Contributions
51-
52-
All contributions are welcome! Just fork this repo and create a pull request.
48+
All contributions are welcome! Read our [Contribution Guidelines](https://github.com/abapPM/ABAP-Language-Syntax/blob/main/CONTRIBUTING.md), fork this repo, and create a pull request.
5349

5450
## About
5551

56-
<p>Follow <a href="https://twitter.com/marcfbe">@marcfbe</a> on Twitter</p>
57-
<p><a href="https://marcbernardtools.com/"><img width="160" height="65" src="https://marcbernardtools.com/info/MBT_Logo_640x250_on_Gray.png" alt="MBT Logo"></a></p>
52+
Made with ❤ in Canada
53+
54+
Follow [@marcf.be](https://bsky.app/profile/marcf.be) on Blueksy and [@marcfbe](https://linkedin.com/in/marcfbe) or LinkedIn

abap.abap

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
1+
* This is an ABAP program so GitHub detects the repo language as being "ABAP" ;=)
2+
REPORT zabap.

0 commit comments

Comments
 (0)