File: PULL_REQUEST_TEMPLATE.md

package info (click to toggle)
austin 3.7.0-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,444 kB
  • sloc: ansic: 8,622; python: 2,669; sh: 106; makefile: 54
file content (41 lines) | stat: -rw-r--r-- 1,164 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
### Requirements for Adding, Changing, Fixing or Removing a Feature

Fill out the template below. Any pull request that does not include enough
information to be reviewed in a timely manner may be closed at the maintainers'
discretion.


### Description of the Change

<!--

Please give a brief but exhaustive description of the changes contained in the
PR.

-->

### Alternate Designs

<!-- Explain what other alternates were considered and why the proposed version
was selected -->

### Regressions

<!-- What are the possible side-effects or negative impacts of the code change?
Would any user of austin be forced to adapt their scripts or code if they wanted
to upgrade to the new version? If so, please try to give an estimate of the
effort involved.
-->

### Verification Process

<!--

What process did you follow to verify that your change has the desired effects?

- How did you verify that all new functionality works as expected?
- How did you verify that all changed functionality works as expected?
- How did you verify that the change has not introduced any regressions?
- How did you verify that the change has not introduced any memory leaks?

-->