Welcome to the SysAdmin Test Submissions repository! Please carefully follow the instructions below to submit your challenges properly.
- Fork this repository: https://github.com/saic-iitmandi/sysadmin-test-submissions.
- Create a folder named after your GitHub username inside the
2024-25
directory. - Inside your folder, include subfolders for each challenge, named as:
chal1
chal2
chal-bonus
, etc.
- Each challenge folder must include the following:
- README.md: A brief explanation of your approach and steps to replicate your solution.
- Deliverables: All necessary files/scripts/code required for the challenge.
- Example folder structure:
2024-25/ your-github-username/ chal1/ README.md deliverable1.txt script.py chal2/ README.md solution.docx
- Do not include any sensitive information such as:
- Passwords
- Personal Identifiable Information (PII) like email addresses, names, or phone numbers.
- API keys or tokens
- Verify that all files are properly organized and no sensitive information is included before pushing your changes.
- Fork the repository.
- Create the necessary folder structure under
2024-25/your-github-username
. - Upload your challenge folders along with their deliverables.
- Push your changes to your forked repository.
- Submit a pull request (PR) to this repository.
If you have any questions, feel free to reach out to the test admin.