Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GlasgowEmbedded/glasgow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 51a33da090d4
Choose a base ref
...
head repository: GlasgowEmbedded/glasgow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3792701e7aeb
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 8, 2019

  1. Copy the full SHA
    3792701 View commit details
Showing with 17 additions and 0 deletions.
  1. +17 −0 CONTRIBUTING.md
17 changes: 17 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -12,6 +12,23 @@ Bug reports are always welcome! When reporting a bug, please include the followi

Glasgow does not strictly adhere to any specific Python or C coding standards. If your code is structured and formatted similarly to existing code, it is good enough.

### Vendor documentation

If you have used vendor documentation while writing the code you're contributing, it is necessary to:

* upload the documentation to the [Glasgow Archive][archive]; and
* reference the documentation at the top of the file in the following format:

```
Ref: <insert vendor documentation title or, if absent, URL here>
Document Number: <insert vendor document number here, or omit the field if absent>
Accession: <insert Glasgow Archive accession number here>
```
If you cannot upload the documentation to the archive because it is under NDA and/or watermarked, contact the maintainers for assistance. Often, it is possible to achieve sufficient coverage using techniques such as using existing leaked documents or parallel construction.
[archive]: https://github.com/GlasgowEmbedded/Glasgow-Archive
### Writing commit messages
When modifying Python code, the first line of a commit message should, if possible, start with the name of the module that is being modified, such that `git log --grep` can be easily used for filtering. E.g.: