Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doclink fixes and minor textual changes #99

Merged
merged 7 commits into from
Apr 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ Here are some guidelines to help you get started:
- If a change you'd like to make does not already have an issue, please create one. This helps us discuss the new functionality beforehand.
- Fork the repository on GitHub.
- Clone the repository to your local machine.
- Install the dependencies by running `pip install -r requirements-dev.txt`.
- Install the dependencies by running `pip install -r requirements-dev.txt` from the cloned folder.
- Create a new branch for your changes.

## Making Changes

- When creating new user keywords, please provide documentation.
- Write tests for your changes. You may need to include unit tests, acceptance tests, or both, depending on the change you made.
- Format your code by running `inv lint` from the cloned folder.
- Ensure all tests pass by running `inv utest` for unit tests and `inv atest` for acceptance tests.
- Format your code by running `inv lint`.
- Push your changes to your fork on GitHub.
- Create a pull request.

## License

By contributing to the Robot-Framework-Mainframe-3270-Library, you agree that your contributions will be licensed under the project's [MIT license](LICENSE).
By contributing to the Robot-Framework-Mainframe-3270-Library, you agree that your contributions will be licensed under the project's [MIT license](LICENSE.md).
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 altranpt
Copyright (c) 2023 altranpt

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ docker run --user mfuser -v /path/to/your/tests:/home/mfuser/tests mainframe3270

## Contributing to Robot-Framework-Mainframe3270-Library

Interested in contributing to the project? Great to hear! Whether you found a bug, or want to develop a new feature, please refer to our [Contributing Guidelines](COUNTRIBUTING.md) to help you get started.
Interested in contributing to the project? Great to hear! Whether you found a bug, or want to develop a new feature, please refer to our [Contributing Guidelines](CONTRIBUTING.md) to help you get started.

## Keyword Tests

Expand All @@ -132,4 +132,4 @@ For more information visit the repository [Wiki](https://github.com/Altran-PT-GD
- **Ricardo Morgado**

## License
This project is licensed under the MIT License - see [LICENSE.md](https://github.com/Altran-PT-GDC/Robot-Framework-Mainframe-3270-Library/blob/master/LICENSE.md) for details.
This project is licensed under the MIT License - see [LICENSE](LICENSE.md) for details.
4 changes: 2 additions & 2 deletions robotframework_mainframe3270.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ docker run --user mfuser -v /path/to/your/tests:/home/mfuser/tests mainframe3270

## Contributing to Robot-Framework-Mainframe3270-Library

Interested in contributing to the project? Great to hear! Whether you found a bug, or want to develop a new feature, please refer to our [Contributing Guidelines](COUNTRIBUTING.md) to help you get started.
Interested in contributing to the project? Great to hear! Whether you found a bug, or want to develop a new feature, please refer to our [Contributing Guidelines](CONTRIBUTING.md) to help you get started.

## Keyword Tests

Expand All @@ -154,4 +154,4 @@ For more information visit the repository [Wiki](https://github.com/Altran-PT-GD
- **Ricardo Morgado**

## License
This project is licensed under the MIT License - see [LICENSE.md](https://github.com/Altran-PT-GDC/Robot-Framework-Mainframe-3270-Library/blob/master/LICENSE.md) for details.
This project is licensed under the MIT License - see [LICENSE](LICENSE.md) for details.