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

Update Contribution Guidelines and Add Issue & PR Templates #57

Merged
merged 11 commits into from
Mar 11, 2024

Conversation

vedran-kasalica
Copy link
Member

@vedran-kasalica vedran-kasalica commented Feb 28, 2024

This PR enhances our contribution process by updating the CONTRIBUTING.md with best practices for Java development and documentation standards. Additionally, it introduces new issue templates for bug reports and feature requests, as well as a detailed PR template to streamline submissions and reviews. These changes aim to improve clarity, efficiency, and collaboration across our project contributions.

In addition, the PR adds a reference to the documentation (now available on ReadtheDocs) and updated the project logo.

@vedran-kasalica vedran-kasalica changed the title Update issue templates Update Contribution Guidelines and Add Issue & PR Templates Mar 1, 2024
@vedran-kasalica vedran-kasalica marked this pull request as draft March 1, 2024 19:19
@vedran-kasalica vedran-kasalica requested a review from kretep March 6, 2024 12:39
@vedran-kasalica vedran-kasalica marked this pull request as ready for review March 6, 2024 12:39
app.setDefaultProperties(Collections
.singletonMap("server.port", "4444"));
log.info("Starting RestApe API server...");
app.run(args);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The whitespacing is a bit off in this file; mixed tabs and spaces

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fixed the formatting.

@kretep kretep merged commit 94597fd into main Mar 11, 2024
3 checks passed
@kretep kretep deleted the issue-templates branch March 11, 2024 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants