|
|
**Table of Contents**
|
|
|
|
|
|
[[_TOC_]]
|
|
|
|
|
|
# Bug and Issues Tracking
|
|
|
We are using the built in *Issue Tracker* located here on git to keep track of any issues or bugs that users come across. We will be trying our best to keep an eye on these and work towards providing solutions.
|
|
|
|
|
|
To submit an ticket to the Issue Tracker navigate to the top of the page and click on *Issues*
|
|
|
***
|
|
|

|
|
|
***
|
|
|
|
|
|
Under this page click the green *New Issue* Button on the right side of the screen.
|
|
|
***
|
|
|
|
|
|

|
|
|
|
|
|
In the written section please provide a short but detailed description of the problem and attach any files that are necessary to replicate the issue. Alternatively for remote jobs allow allow jdesjard access to a Sharcnet folder containing the necessary files.
|
|
|
|
|
|
To do this *cd* to the folder containing the folder to be shared.
|
|
|
```
|
|
|
setfacl -Rm u:jdesjard:rwx fname
|
|
|
```
|
|
|
Where *fname* is the name of your file folder.
|
|
|
To check that this worked use:
|
|
|
```
|
|
|
ls -l
|
|
|
getfacl fname
|
|
|
```
|
|
|
Where *ls -l* should show you a *+* before the file name, and *getfacl fname* will show all the users who can access the files contents.
|
|
|
|
|
|
# Contributing
|
|
|
Contributing to this project is made easy with the git repository. If you would like to help contribute to this project please contact James Desjardins at the contact info below and we can look into getting your developing access . We are always look for ways to expand and improve our projects.
|
|
|
|
|
|
## Developers of the project
|
|
|
[Developer Workflow](developer-workflow)
|
|
|
|
|
|
## Style Guide
|
|
|
[Style Guide](style-guide)
|
|
|
|
|
|
# Contacting Us
|
|
|
If you have any questions or concerns about this project don't hesitate to contact us.
|
|
|
|
|
|
|
|
|
**James Desjardins**
|
|
|
High Performance Computing Consultant
|
|
|
SHARCNET, Compute/Calcul Ontario
|
|
|
Brock University
|
|
|
james.desjardins@computeontario.ca
|
|
|
|
|
|
***
|
|
|
|
|
|
[ :house: **Return to Main Page**](https://git.sharcnet.ca/bucanl_pipelines/eeg_pipe_asr_amica/wikis/home) |
|
|
\ No newline at end of file |