Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Queue
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIP
Labrador
Queue
Commits
1e8f5573
Commit
1e8f5573
authored
Sep 21, 2023
by
Ruben Backx
Browse files
Options
Downloads
Patches
Plain Diff
Update contribution guide to point to gitlab.com repository
parent
13f3dad2
No related branches found
No related tags found
2 merge requests
!720
Version 2.2.2
,
!712
Update contribution guide to point to gitlab.com repository
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CONTRIBUTING.md
+6
-8
6 additions, 8 deletions
CONTRIBUTING.md
README.md
+5
-2
5 additions, 2 deletions
README.md
with
11 additions
and
10 deletions
CONTRIBUTING.md
+
6
−
8
View file @
1e8f5573
...
...
@@ -8,15 +8,13 @@ This guide has the following goals
5.
Cover the process of submitting your changes! (
[
Submitting your changes
](
#submitting-your-changes
)
)
## Getting access ##
To get started developing for the Queue, you will need to request access.
We do this to prevent Queue development from becoming unmanageable and to keep track of bug bounties effectively.
You can fork the repository
[
on gitlab.com
](
https://gitlab.com/eip-ewi/queue
)
.
Everybody should be able to do this provided they have a gitlab.com account.
If you are a TU Delft student or employee, please use a gitlab.com account created with your TU Delft email address.
This repository is bidirectionally mirrored,
so any merged contributions will be automatically pushed to this repository.
To request access, you will need to send an email to eip-ewi@tudelft.nl.
In this email, please detail why you want to help out with the Queue and what you want to contribute to specifically.
Please also disclose your
`gitlab.ewi.tudelft.nl`
username.
When you get granted access, you will be given your own fork of the project in which you can edit your code.
After you get this access, you can continue to the next steps.
After you created a fork, you can continue to the next steps.
## Project setup ##
...
...
This diff is collapsed.
Click to expand it.
README.md
+
5
−
2
View file @
1e8f5573
...
...
@@ -2,15 +2,18 @@
A queueing system to be used at labs at EWI (tudelft.nl).
## Contributing
Please read our
[
contribution guide
](
CONTRIBUTING.md
)
.
## Requirements
-
Java
8
+
-
Java
17
+
## Project setup
In order to have the project setup properly for development a few steps need to be taken.
1.
First the config file should be moved from the template into the actual properties file
by executing
`cp src/main/resources/application.yaml.template src/main/resources/application.yaml`
from the root directory of the project.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment