From 31b6ee3db0d3838783a5bf3c26526439d92c2412 Mon Sep 17 00:00:00 2001 From: sivasadobe Date: Wed, 25 Sep 2024 14:18:39 +0530 Subject: [PATCH] update(doc): updated readme,pr-template md --- .github/pull_request_template.md | 2 +- README.md | 12 ++++++++++++ wtr | 0 3 files changed, 13 insertions(+), 1 deletion(-) delete mode 100644 wtr diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index f815bee..b80b7f4 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,4 +4,4 @@ Resolves: [MWPW-NUMBER](https://jira.corp.adobe.com/browse/MWPW-NUMBER) **Test URLs:** - Before: https://main--adobe-students--adobecom.hlx.live/?martech=off -- After: https://--adobe-students--adobecom.hlx.live/?martech=off +- After: https://feat-branch--adobe-students--adobecom.hlx.live/?martech=off diff --git a/README.md b/README.md index f664252..6116b41 100644 --- a/README.md +++ b/README.md @@ -47,3 +47,15 @@ If you need to lint just one file, you can run: ```sh npx eslint file1.js ``` + +## Documentations that might help + Development Process on Adobe Students Milo [wiki](https://github.com/adobecom/adobe-students/wiki) + + +## Contributing +See [CONTRIBUTING.md](CONTRIBUTING.md) for ways to get started. + +Please adhere to this project's `code of conduct`. + +## GitHub Discussions + Join the conversation in our [GitHub Discussions](https://github.com/orgs/adobecom/discussions). diff --git a/wtr b/wtr deleted file mode 100644 index e69de29..0000000