Skip to content

Commit d96f4f7

Browse files
author
Cleverson Sampaio
committed
docs(documentation): improving the license readme and including the contribution session
1 parent dc635c2 commit d96f4f7

File tree

4 files changed

+77
-11
lines changed

4 files changed

+77
-11
lines changed

CONTRIBUTING.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Contributing to Selenium Library Extends
2+
3+
We welcome contributions to Selenium Library Extends of any kind including documentation, themes,
4+
organization, tutorials, blog posts, bug reports, issues, feature requests,
5+
feature implementations, pull requests, answering questions on the forum,
6+
helping to manage issues, etc.
7+
8+
_Changes to the codebase **and** related documentation, e.g. for a new feature, should still use a single pull request._
9+
10+
## Table of Contents
11+
12+
- [Contributing to Selenium Library Extends](#Contributing-to-Selenium-Library-Extends)
13+
- [Table of Contents](#Table-of-Contents)
14+
- [Reporting Issues](#Reporting-Issues)
15+
- [Code Contribution](#Code-Contribution)
16+
17+
## Reporting Issues
18+
19+
If you believe you have found a defect in Selenium Library Extends or its documentation, use
20+
the GitHub [issue tracker](https://github.com/dbspt/SeleniumLibraryExtends/issues) to report
21+
the problem to the maintainers.
22+
23+
## Code Contribution
24+
25+
Selenium Library Extends is still looking for its direction so remember functionality has to:
26+
27+
- repair existing bugs
28+
- introduce new feature requests
29+
30+
**Bug fixes are, of course, always welcome.**

LICENSE

Lines changed: 0 additions & 9 deletions
This file was deleted.

LICENSE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2022 Cléverson Sampaio
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1-
# SeleniumLibraryExtends
1+
# Selenium Library Extends
22

3-
Selenium library keyword extension to support Behavior Driven Development
3+
With the extension of the selenium library, we can meet the needs of our customers and the community by bringing more accuracy in the way of using these keywords which we are adapting to the BDD and thus making the writing more readable and making the learning curve easier.
4+
5+
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
6+
7+
## Join the DBSPT Community and Spread the Word
8+
9+
⚡️ [Join the Discussion forum on GitHub](https://github.com/dbspt/SeleniumLibraryExtends/discussions) 📣
10+
11+
⚡️ Leave a GitHub star ⭐️ 👆
12+
13+
⚡️ Spread the word on your socials and with your networks! 🗣
14+
15+
## Contribute
16+
17+
For a complete guide to contributing to Selenium Library Extends, see the [Contribution Guide](CONTRIBUTING.md).
18+
19+
1. Fork this repo
20+
2. Create your feature branch: git checkout -b feature-name
21+
3. Commit your changes: git commit -am 'Add some feature'
22+
4. Push to the branch: git push origin my-new-feature
23+
5. Submit a pull request
24+
25+
## License
26+
27+
[MIT](https://opensource.org/licenses/MIT) 🕊

0 commit comments

Comments
 (0)