From 211e323e50ff1b1e6c76eb2d13395f3b9ed90d02 Mon Sep 17 00:00:00 2001 From: st0012 Date: Sun, 15 May 2022 09:38:07 +0100 Subject: [PATCH 1/2] Use official doc source in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a857d2..b74c6bc 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ FileUtils.pwd # => "/usr/bin" ``` -You can find a full method list in the [documentation](https://ruby-doc.org/stdlib/libdoc/fileutils/rdoc/FileUtils.html). +You can find a full method list in the [documentation](https://docs.ruby-lang.org/en/master/FileUtils.html). ## Contributing From 11b9d8b2f87559e689ab66e4fbe3c43e3909594e Mon Sep 17 00:00:00 2001 From: st0012 Date: Sun, 15 May 2022 09:39:56 +0100 Subject: [PATCH 2/2] Add CONTRIBUTING.md --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..4e7bce5 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,3 @@ +## Build and test + +Please follow the ["Making Changes To Standard Libraries"](https://docs.ruby-lang.org/en/master/contributing/making_changes_to_stdlibs_md.html) guideline.