clarify on submission mechanism
This commit is contained in:
parent
6540f263af
commit
889cf0bb94
1 changed files with 24 additions and 9 deletions
33
README.md
33
README.md
|
@ -105,10 +105,17 @@ The final results will be presented as a **comparative chart** showcasing the la
|
|||
|
||||
## 4. Submission Guidelines
|
||||
|
||||
* **What to Submit:** A link to your private Git repository on this Git server. Set your repository to private and invite me to it.
|
||||
* **Revision** You're allowed to submit revision. Please ensure the final, runnable version is on the `main` or `master` branch, and please put a semver tag.
|
||||
* **Technology Stack:** The REST API **must** be built using **ASP.NET**. You are free to use any open-source libraries (e.g., for image processing) as you see fit.
|
||||
* **A Note on Setup Simplicity:** Your repository **must** contain a clear `README.md` on how to build and run your project. **The easier you make it for me to run your code, the better.** I will not spend significant time debugging complex or undocumented setups.
|
||||
* **To be submitted**
|
||||
- A pull request to this repository modifying `submission.txt` containing link to your private git repository on this git server and a tagged version. Please set your repository to private and invite me as collaborator.
|
||||
|
||||
* **Revision**
|
||||
- You're allowed to submit revision. Please ensure the final, runnable version is on the `main` or `master` branch, and please put a semver tag.
|
||||
|
||||
* **Technology Stack:**
|
||||
- The REST API **must** be built using **ASP.NET**. Other than that, you are free to use any open-source libraries (e.g., for image processing) as you see fit.
|
||||
|
||||
* **Setup:**
|
||||
- Your repository **must** contain a clear `README.md` on how to build and run your project. **The easier you make it for me to run your code, the better.** I will not spend significant time debugging complex or undocumented setups.
|
||||
|
||||
**! Plese do not check in the provided assets in the git repository**
|
||||
|
||||
|
@ -116,11 +123,19 @@ The final results will be presented as a **comparative chart** showcasing the la
|
|||
|
||||
I know it's for fun but it's a good thing to have rules.
|
||||
|
||||
1. **Do it on your free time** I highly discourage using work hours to work on this contest.
|
||||
2. **Use of Libraries:** You are free and encouraged to use any open-source libraries. No closed source or commercial solution allowed.
|
||||
3. **No-pre processing** can be performed before receiving the first API request.
|
||||
4. **Collaboration:** Collaboration or code sharing between different teams/individuals is forbidden. Otherwise it won't be fun.
|
||||
5. **Organizer's Discretion:** The contest organizer reserves the right to make final judgments on all matters, including disqualifying any entry that violates the spirit of fair and respectful competition
|
||||
* **Do it on your free time**
|
||||
- I highly discourage using work hours to work on this contest.
|
||||
|
||||
* **Use of Libraries:**
|
||||
- You are free and encouraged to use any open-source libraries. No closed source or commercial solution allowed.
|
||||
|
||||
* **No-pre processing** can be performed before receiving the first API request.
|
||||
|
||||
* **Collaboration:**
|
||||
- Collaboration or code sharing between different teams/individuals is forbidden. Otherwise it won't be fun.
|
||||
|
||||
* **Organizer's Discretion:**
|
||||
- The contest organizer reserves the right to make final judgments on all matters, including disqualifying any entry that violates the spirit of fair and respectful competition
|
||||
|
||||
## 6. Special category
|
||||
If you do have ideas that require pre processing the provided assets, I'd like to see it. I may put it on a special category.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue