From 8d8eaab8a58c0cd9ad2d84392f6c69dfe79d8833 Mon Sep 17 00:00:00 2001 From: Dave Nicolette Date: Tue, 22 Dec 2020 08:23:01 -0800 Subject: [PATCH] item #36 added SUPPORT file per Open Mainframe Project guidelines --- FAQ.md | 2 ++ SUPPORT.md | 12 ++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 FAQ.md create mode 100644 SUPPORT.md diff --git a/FAQ.md b/FAQ.md new file mode 100644 index 00000000..cdbcebc0 --- /dev/null +++ b/FAQ.md @@ -0,0 +1,2 @@ +# Frequently-asked questions + diff --git a/SUPPORT.md b/SUPPORT.md new file mode 100644 index 00000000..9608d1ba --- /dev/null +++ b/SUPPORT.md @@ -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. \ No newline at end of file