Update CHANGELOG and CONTRIBUTING.md

This commit is contained in:
jcamiel 2022-12-07 10:39:40 +01:00
parent 847e986957
commit a8c24f69ca
No known key found for this signature in database
GPG Key ID: 07FF11CFD55356CC
2 changed files with 8 additions and 8 deletions

View File

@ -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:

View File

@ -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