-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Merged multisegment DSKs for Bullet * updated with update instructions * isis->isis3 * added header * updated contributing guidelines * removed mentions of TC
- Loading branch information
1 parent
af031bd
commit 3a64628
Showing
1 changed file
with
52 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,76 +1,53 @@ | ||
# Contributing to ISIS3 | ||
# Under Construction | ||
|
||
#### Table of Contents | ||
[I have a question or a problem!](#i-have-a-question-or-a-problem) | ||
|
||
[How can I contribute?](#how-can-i-contribute) | ||
* [Suggesting enhancements](#redmine-issues) | ||
* [Working on an existing issue or enhancement](#working-on-an-existing-issue-or-enhancement) | ||
* [Working on a new issue or enhancement](#working-on-a-new-issue) | ||
|
||
[Code Base Contribution Guidelines](#code-base-contribution-guidelines) | ||
|
||
[What can I expect from the ISIS3 development team](#What-can-I-expect-from-the-ISIS3-development-team) | ||
* [Response time](#Response-time) | ||
* [Feedback](#feedback) | ||
|
||
[Development Process Checklists](https://github.com/USGS-Astrogeology/ISIS3/wiki/Developer-Checklists) | ||
|
||
[References](#references) | ||
|
||
## I have a question or a problem! | ||
If you have a question about or a problem with ISIS3, please see the [Redmine Issues](#redmine-issues) section. | ||
|
||
If you have a question or a problem with contributing to our software please contact [email protected] | ||
|
||
## How can I contribute? | ||
|
||
### Redmine Issues | ||
Redmine is our ticket tracking tool. If you have a question about, a problem with, or a suggestion for ISIS3, please read our [Guidelines for reporting Redmine issues](https://isis.astrogeology.usgs.gov/fixit/projects/isis/wiki/Guidelines_for_Reporting_Issues). Once you have read that please [submit](https://isis.astrogeology.usgs.gov/fixit/projects/isis/issues/new) a Redmine issue. | ||
|
||
### Working on an issue or enhancement | ||
1. Find a issue or enhancement that you want to work on. Check Redmine [issues](https://isis.astrogeology.usgs.gov/fixit/projects/isis/issues) to see if there has been a ticket reported about it. If one does not exist that addresses what you want to work on, make a ticket. | ||
2. Assign the Redmine issue to yourself. If you don't have the permission to do this, please make a note on the issue indicating that you would like to work on it. | ||
3. Propose a solution on the redmine issue. | ||
4. Work with an ISIS3 developer, the issue reporter, and any other interested parties to get feedback on your solution. This may be an iterative process. | ||
5. Add an [impact statement](https://isis.astrogeology.usgs.gov/fixit/projects/isis/wiki/Impact_Statement) to the redmine issue. If you don't have the permission to do this, please make a note on the issue with the impact statement. | ||
6. Make the changes on your fork of the ISIS3 main GitHub repo. Follow the [Code Base Contribution Guidelines](#code-base-contribution-guidelines). | ||
7. Follow the Developer's Checklist to ensure your changes are ready for review. | ||
8. Make a pull request. Include the redmine issue number in the title of the pull request. Use the "Fixes #0000" format. | ||
9. Work with your code reviewer, tester, and reporter to improve your changes. Your pull request will not be merged in until all parties approve the changes. | ||
10. Check in your test data. If you are an outside contributer, work with your code reviewer to ensure your tests and test data get checked in. | ||
|
||
### Working on a new issue or enhancement | ||
1. Please create a [Redmine issue](#redmine-issues). | ||
2. Indicate in the comments of your issue that you would like to work on the issue or enhancement. | ||
3. Follow the [Working on an existing issue or enhancement](#working-on-an-existing-issue-or-enhancement) steps. | ||
|
||
## Code Base Contribution Guidelines | ||
The following is a set of guidelines for contributing to ISIS3. | ||
* Personal style changes will not be accepted. | ||
* Changes to bring code closer to our [Coding Standards and Style Guide](https://isis.astrogeology.usgs.gov/documents/CodingStandards/CodingStandards.html) are encouraged. | ||
* Please be professional, even in comments. | ||
* Variable names must be meaningful. | ||
* All modified code is required to pass our [Coding Standards and Style Guide](https://isis.astrogeology.usgs.gov/documents/CodingStandards/CodingStandards.html). | ||
* You must write or update tests to exercise any modified code. | ||
* You must provide test data for any new or modified tests. | ||
* You must have a Redmine issue assigned to you before submitting a pull request. | ||
* You must complete the Developer Checklist before submitting your pull request. | ||
* When submitting a pull request, you must include the Redmine issue number in the title of the pull request. Use the "Fixes #0000" format (#0000 being the Redmine ticket number). | ||
|
||
## What can I expect from the ISIS3 development team? | ||
### Response Time | ||
Our response time will depend on availability and scheduling. | ||
### Feedback | ||
Our feedback will address any discrepancies related to the contribution guidelines, our coding standards and style guide, and our code review checklist. | ||
|
||
## References | ||
* [ISIS3 API Reference](https://isis.astrogeology.usgs.gov/Object/Developer/index.html) | ||
* [Tutorials](https://isis.astrogeology.usgs.gov/fixit/projects/isis/wiki/ISIS_Online_Workshops) | ||
* [Application Documentation](https://isis.astrogeology.usgs.gov/Application/index.html) | ||
* [Coding Standards and Style Guide](https://isis.astrogeology.usgs.gov/documents/CodingStandards/CodingStandards.html) | ||
* [Documentation](https://isis.astrogeology.usgs.gov/documents/CodingStandards/CodingStandards.html#documentation) | ||
* [Redmine Issue Lifecycle](https://isis.astrogeology.usgs.gov/fixit/projects/isis/wiki/Life_Cycle_of_an_ISIS_Issue) | ||
|
||
# ISIS Contributing Guide | ||
|
||
The goal of this document is to create a contribution process that: | ||
|
||
* Encourages new contributions. | ||
* Encourages contributors to remain involved. | ||
* Avoids unnecessary processes and bureaucracy whenever possible. | ||
* Creates a transparent decision making process which makes it clear how | ||
contributors can be involved in decision making. | ||
|
||
|
||
## Vocabulary | ||
|
||
* A **Contributor** is any individual creating or commenting on an issue or pull request. | ||
* A **Committer** is a subset of contributors who have been given write access to the repository. | ||
|
||
# Logging Issues | ||
|
||
Log an issue for any question or problem you might have. When in doubt, log an issue, | ||
any additional policies about what to include will be provided in the responses. The only | ||
exception is security disclosures which should be sent privately. | ||
|
||
Committers may direct you to another repository, ask for additional clarifications, and | ||
add appropriate metadata before the issue is addressed. | ||
|
||
Please be courteous, respectful, and every participant is expected to follow the | ||
project's Code of Conduct. | ||
|
||
# Contributions | ||
|
||
Any change to resources in this repository must be through pull requests. This applies to all changes | ||
to documentation, code, binary files, etc. | ||
|
||
No pull request can be merged without being reviewed. | ||
|
||
The default for each contribution is that it is accepted once no committer has an objection. | ||
During review committers may also request that a specific contributor who is most versed in a | ||
particular area gives a "LGTM" before the PR can be merged. There is no additional "sign off" | ||
process for contributions to land. Once all issues brought by committers are addressed it can | ||
be landed by any committer. | ||
|
||
In the case of an objection being raised in a pull request by another committer, all involved | ||
committers should seek to arrive at a consensus by way of addressing concerns being expressed | ||
by discussion, compromise on the proposed change, or withdrawal of the proposed change. | ||
|
||
|
||
# Becoming a Committer | ||
|
||
All contributors who land a non-trivial contribution should be on-boarded in a timely manner, | ||
and added as a committer, and be given write access to the repository. | ||
|
||
Committers are expected to follow this policy and continue to send pull requests, go through | ||
proper review, and have other committers merge their pull requests. |