BLUET-v4
Getting started
(to be competed)
To make it easy for you to get started with GitLab, here's a list of recommended next steps.
If you are new to use git, here is some tutorials to learn how to use it:
Add your files
(to be completed)
- Add files using the command line with the following command:
cd existing_repo
git remote add origin https://code.ihep.ac.cn/csns-backn-tpc/bluet-v4.git
git branch -M main
git push -uf origin main
AFTER your commits and push, please WRITE SOME COMMENTS on the usage of the newly updated codes to make sure other developers can understand your modification better.
Support
(to be completed)
Tell people where they can go to for help. It can be any combination of an issue tracker, a chat room, an email address, etc.
Here are some tutotials on MTPC and BLUET on Bilibili:
Contributing
(to be completed)
State if you are open to contributions and what your requirements are for accepting them.
For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self.
You can also document commands to lint the code or run tests. These steps help to ensure high code quality and reduce the likelihood that the changes inadvertently break something. Having instructions for running tests is especially helpful if it requires external setup, such as starting a Selenium server for testing in a browser.
Authors and acknowledgment
(to be completed)
Show your appreciation to those who have contributed to the project.
License
(to be completed)
For open source projects, say how it is licensed.
Usage
(to be completed)
Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README.