-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
item #36 added SUPPORT file per Open Mainframe Project guidelines
1 parent
f58bea5
commit 8d8eaab
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Frequently-asked questions | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
## How to Ask for Help | ||
|
||
If you have trouble installing, building, or using cobol-check, but there's not yet reason to suspect you've encountered a genuine bug, | ||
start by checking the [FAQ](FAQ.md) or looking for similar questions on the [discussion forum](tbd). If this does not solve the problem, then please see if an issue has already been opened, and if not then open an [issue](https://github.com/neopragma/cobol-check/issues). | ||
|
||
## How to report a bug or request an enhancement | ||
|
||
Please open an [issue](https://github.com/neopragma/cobol-check/issues). Please provide as much detail as you can, to help us understand the problem. | ||
|
||
## Contributing a fix | ||
|
||
Please refer to [Contributing](https://github.com/neopragma/cobol-check/wiki/Contributing) to make a project contribution. |