Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
C
conda
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Paul Douglas Hopkins
conda
Commits
14070a52
Verified
Commit
14070a52
authored
Mar 01, 2019
by
Duncan Macleod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added issue templates and CODEOWNERS
parent
2f8a6e78
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
102 additions
and
4 deletions
+102
-4
.gitlab/CODEOWNERS
.gitlab/CODEOWNERS
+5
-0
.gitlab/issue_templates/Bug.md
.gitlab/issue_templates/Bug.md
+51
-0
.gitlab/issue_templates/Request.md
.gitlab/issue_templates/Request.md
+41
-0
README.rst
README.rst
+5
-4
No files found.
.gitlab/CODEOWNERS
0 → 100644
View file @
14070a52
.gitlab.yml thomas.downes@ligo.org
Dockerfile* thomas.downes@ligo.org
entrypoint thomas.downes@ligo.org
LICENSE thomas.downes@ligo.org
/docs/ duncan.macleod@ligo.org
.gitlab/issue_templates/Bug.md
0 → 100644
View file @
14070a52
<!--
Please read this!
Before opening a new issue, make sure to search for keywords in the issues filtered by the
`bug`
label
https://git.ligo.org/lscsoft/conda/issues?label_name%5B%5D=bug
and verify the issue you're about to submit isn't a duplicate.
-->
### Summary
(Summarize the bug encountered concisely)
### Steps to reproduce
(How one can reproduce the issue - this is very important)
### Environment
<details>
<summary>
Environment (
<code>
conda list
</code>
):
</summary>
```
$ conda list
```
</details>
<br/>
<details>
<summary>
Details about
<code>
conda
</code>
and system (
<code>
conda info
</code>
):
</summary>
```
$ conda info
```
</details>
### What is the current *bug* behavior?
(What actually happens)
### What is the expected *correct* behavior?
(What you should see instead)
### Possible fixes
(If you can, link to the line of code that might be responsible for the problem)
/label ~bug
.gitlab/issue_templates/Request.md
0 → 100644
View file @
14070a52
<!--
Please complete this form as fully as you can, so that your request can be evaluated in a timely manner.
The following restrictions will be placed on all requests:
-
the package is available (with the same name) on both Linux and macOS
-
the package must be available on the conda-forge conda channel
-->
#### Details
-
**Package name:**
<!-- insert package name -->
-
**Version:**
<!-- insert specific package version -->
#### Description
<!--
Insert reasoning for request here
In particular, include a description of the requested package, and why is is required.
Please also try and detail what downstream packages/groups may be impacted by your request, either negatively or positively.
**If this is a package update request, please link to the relase notes or changelog for the updated version**
-->
#### Python versions
Please select the Python versions appropriate for this package (deselect those that are not required):
-
[x] 2.7
-
[x] 3.6
-
[x] 3.7
#### Request type
Please select all of the following that apply:
-
[ ] this is a new package
-
[ ] this is a backwards-compatible update
-
[ ] this is a backwards-incompatible update [API/ABI changes]
/label ~request
README.rst
View file @
14070a52
...
...
@@ -34,7 +34,8 @@ Quickstart
Contributing
============
If you would like to improve LSCSoft Conda, simply add a package
to the conda-forge channel, then
`open a ticket <https://git.ligo.org/lscsoft/conda/issues/new>`_
to ask that it gets included in one of the environments.
If you would like to improve LSCSoft Conda, please consider one of the
following actions:
- `Report a problem <https://git.ligo.org/lscsoft/conda/issues/new?issuable_template=Bug>`_
- `Request a new/updated package <https://git.ligo.org/lscsoft/conda/issues/new?issuable_template=Request>`_
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment