diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c00f796a..85d26a154 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ Thanks to Enhancements: -* Add filters for htmlEncode and htmlDecode [#1038](https://github.com/Orange-OpenSource/hurl/issues/1038) +* Add filters for htmlEscape and htmlUnescape [#1038](https://github.com/Orange-OpenSource/hurl/issues/1038) * Add toInt filter [#1029](https://github.com/Orange-OpenSource/hurl/issues/1029) @@ -19,7 +19,7 @@ Enhancements: * Add support for LINK, UNLINK, PURGE, LOCK, UNLOCK, PROPFIND and VIEW HTTP method [#967](https://github.com/Orange-OpenSource/hurl/issues/967) -* Add support for GraphQL variables. [#504](https://github.com/Orange-OpenSource/hurl/issues/504) +* Add GraphQL support [#504](https://github.com/Orange-OpenSource/hurl/issues/504) Bugs Fixed: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7c3f50ea6..9c9f5722f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ Thank you for investing time in our project! -## 🐛 Issues +## Issues Whether you have discovered a bug, want a new feature in Hurl, or change code, [please fill an issue] before any PR. We like to discuss things before implementation and want to be sure that: @@ -12,20 +12,20 @@ We like to discuss things before implementation and want to be sure that: - All options have been considered if possible - We try to minimize dependencies and import new crates parsimoniously -## 🥳 Pull Requests +## Pull Requests - Commits have to be signed. - All tests must be green before merge. - Hurl git history is linear, so we ask to rebase your PR before final merge. -## ❤️ Hurl Core Values +## Hurl Core Values - Hurl is a first class citizen CLI tool, fast and reliable - Hurl is a cherry on the top of curl. What you can do with curl, you could do it with Hurl - Hurl file format is text plain, loosely based on HTTP - Hurl is multiplatform, working on Linux, macOS, Windows -## 👀 How Can You Help ? +## How Can You Help ? - Installing / Packet managers: bundle Hurl for a particular packet manager is welcome. Currently, we built binaries for Linux, macOS, Windows and we support a narrow set of packet manager. [More would be better!] @@ -34,7 +34,7 @@ integrated way to run Hurl file would be cool also - [Documentation] is a never finished work and could be always improve. Don't hesitate to clarify, fix typos etc... - Report bugs: if possible some simple repro steps with the Hurl version, name of the platform etc... -## 🤯 Build and Test +## Build and Test Hurl is a Rust project, so you will need the Rust toolchain to build it. You can check the [Hurl build documentation] to see how to build locally the latest version (master branch). @@ -86,7 +86,7 @@ Et voilà 🎉! [please fill an issue]: https://github.com/Orange-OpenSource/hurl/issues -[More would be better!]: https://github.com/BurntSushi/ripgrep#installation +[More would be better!]: https://hurl.dev/docs/installation.html [Documentation]: https://github.com/BurntSushi/ripgrep#installation [Hurl build documentation]: https://hurl.dev/docs/installation.html#building-from-sources [`bin/test/test_prerequisites.sh`]: /bin/test/test_prerequisites.sh