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

Added a PR template for projects. #1136

Merged
merged 1 commit into from
Apr 5, 2023
Merged
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
21 changes: 21 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/project_pr.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Project Pull Request

This template is for any submissions to our [projects list](https://github.com/ossu/computer-science/blob/master/PROJECTS.md).
If you're submitting a pull request for any other part of the repo, don't use this
template.

Before you submit your project, there's a few things to check:

* Have you followed the [code of conduct?](https://github.com/ossu/code-of-conduct)
* Does this project violate the honor code of one of the courses in OSSU?

If you've followed those two guidelines, then prepare a pull request for the project
and a post for our Discord. Put the post in the [#projects channel](https://discord.com/channels/744385009028431943/881778556961701909),
and ensure it contains some details for the community:

* The description of the project.
* Any courses or resources that were particularly helpful that you'd like to share.
* Any learnings that you had while doing the project.
* Questions that you have for the group, or any feedback you'd like to receive.

If that's all good, create the pull request and send over your Discord post. Thanks!