Skip to content

Commit fac8933

Browse files
authored
Update CONTRIBUTING.md
1 parent 79fc96d commit fac8933

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -57,24 +57,13 @@ are mainly tracked the priorities and plans for the next versions.
5757

5858
Of course you can always reply to issues and review pull requests.
5959

60-
## Robot Framework Milano Meetup
61-
During the 17th April 2020 meetup we had the following todo list.
62-
63-
### New plans for 0.8 version
64-
- [X] **Feature:** [New On Session keywords](https://github.com/MarketSquare/robotframework-requests/issues/276)
65-
- [X] **Experiment:** [Reorganize Keywords in classes](https://github.com/MarketSquare/robotframework-requests/issues/270)
66-
- [X] **Documentation:** Write a better introductive documentation to keywords (session best practices, parameters description, response object)
67-
6860
### Early Adopters and feedback needed for pre-release versions
6961
You can install pre-release versions in this way:
7062

7163
pip install robotframework-requests --pre
7264

73-
### Others
74-
- [X] **Review PR:** [Support sending arrays in query string and request body](https://github.com/MarketSquare/robotframework-requests/pull/220)
65+
### Possible topic of interest:
7566
- [ ] **Review PR:** [disable cert warnings](https://github.com/MarketSquare/robotframework-requests/pull/209)
76-
- [X] **Feature:** [Allow passing auth param to create client cert session](https://github.com/MarketSquare/robotframework-requests/issues/245)
77-
- [X] **Tech:** [Deprecate To Json keyword in favor of response.json attribute](https://github.com/MarketSquare/robotframework-requests/issues/219)
7867
- [ ] **Tech**: Moving all tests to local http server (Flask)
7968
- [ ] **Challenge**: Start local http server (Flask) only once per test run instead of start/stop for each suite
8069

0 commit comments

Comments
 (0)