From 183d4bb5be06fe1328d493e817bc68704a8c63b0 Mon Sep 17 00:00:00 2001 From: Horea Porutiu Date: Wed, 27 Oct 2021 18:17:10 -0700 Subject: [PATCH] adding feedback and issue forms (#17) --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1270952..c99bf6e 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ channels that a particular user has created. As is the case with the `user_based_eDiscovery` script, it will only be useful if you have a paricular user which you want to see details about. This script will output the channel creation events associated with a particular user_id to in the following format: `YYYY/MM/DD/user_id/audit_logs/public_channel_created.json`. -🙋🏾‍♀️ **`user_based_eDiscovery_pattern.py` (Without Edits) ** 👩🏻‍🏫 +🙋🏾‍♀️ **`user_based_eDiscovery_pattern.py`** 👩🏻‍🏫 * This is the same as the `user_based_eDiscovery_with_edits.py` script, except it doesn't capture edits. @@ -211,4 +211,11 @@ export SLACK_DISCOVERY_SDK_TEST_CHANNEL_ID=C1234567890 pytest tests/ # You can check logs/pytest.log for trouble shooting -``` \ No newline at end of file +``` + +## Feedback + +For feedback, please use [this feedback form](https://forms.gle/B2PRF9HQheRgQdo7A). + +## Issues and Troubleshooting +For issues, please use [this issue form](https://forms.gle/jHS17eYEYAtcXA96A).