|
|
@@ -16,6 +16,7 @@ Alamofire is an HTTP networking library written in Swift.
|
|
|
- [Migration Guides](#migration-guides)
|
|
|
- [Communication](#communication)
|
|
|
- [Installation](#installation)
|
|
|
+- [Contributing](#contributing)
|
|
|
- [Usage](https://github.com/Alamofire/Alamofire/blob/master/Documentation/Usage.md#using-alamofire)
|
|
|
- [**Introduction -**](https://github.com/Alamofire/Alamofire/blob/master/Documentation/Usage.md#introduction) [Making Requests](https://github.com/Alamofire/Alamofire/blob/master/Documentation/Usage.md#making-requests), [Response Handling](https://github.com/Alamofire/Alamofire/blob/master/Documentation/Usage.md#response-handling), [Response Validation](https://github.com/Alamofire/Alamofire/blob/master/Documentation/Usage.md#response-validation), [Response Caching](https://github.com/Alamofire/Alamofire/blob/master/Documentation/Usage.md#response-caching)
|
|
|
- **HTTP -** [HTTP Methods](https://github.com/Alamofire/Alamofire/blob/master/Documentation/Usage.md#http-methods), [Parameters and Parameter Encoder](https://github.com/Alamofire/Alamofire/blob/master/Documentation/Usage.md##request-parameters-and-parameter-encoders), [HTTP Headers](https://github.com/Alamofire/Alamofire/blob/master/Documentation/Usage.md#http-headers), [Authentication](https://github.com/Alamofire/Alamofire/blob/master/Documentation/Usage.md#authentication)
|
|
|
@@ -88,7 +89,6 @@ Due to these issues, Alamofire is unsupported on Linux and Windows. Please repor
|
|
|
- If you'd like to **discuss Alamofire best practices**, use [our forum on swift.org](https://forums.swift.org/c/related-projects/alamofire).
|
|
|
- If you'd like to **discuss a feature request**, use [our forum on swift.org](https://forums.swift.org/c/related-projects/alamofire).
|
|
|
- If you **found a bug**, open an issue here on GitHub and follow the guide. The more detail the better!
|
|
|
-- If you **want to contribute**, submit a pull request!
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
@@ -158,6 +158,10 @@ If you prefer not to use any of the aforementioned dependency managers, you can
|
|
|
|
|
|
> The `Alamofire.framework` is automagically added as a target dependency, linked framework and embedded framework in a copy files build phase which is all you need to build on the simulator and a device.
|
|
|
|
|
|
+## Contributing
|
|
|
+
|
|
|
+Before contributing to Alamofire, please read the instructions detailed in our [contribution guide](https://github.com/Alamofire/Alamofire/blob/master/CONTRIBUTING.md).
|
|
|
+
|
|
|
## Open Radars
|
|
|
|
|
|
The following radars have some effect on the current implementation of Alamofire.
|