Commit Graph

78 Commits

Author SHA1 Message Date
Andrew Jackson (Ajax)
a520ee85d6 master-to-sturdy 2023-09-21 10:37:02 -05:00
Jiaying Wang
a0a1d371a2
Update service_developer_bug_report.yml 2023-03-08 00:12:18 -05:00
Jiaying Wang
925a385200
Update service_developer_bug_report.yml 2023-03-08 00:10:41 -05:00
Jiaying Wang
2a857275dd
Merge pull request #10321 from filecoin-project/chore/service-dev-issue-template
chore: github: Service-provider/dev bug template
2023-03-08 00:08:06 -05:00
Jiaying Wang
e5055c25b0
Update service_developer_bug_report.yml 2023-03-08 00:07:48 -05:00
Jiaying Wang
a896d88b51
Update .github/ISSUE_TEMPLATE/service_developer_bug_report.yml 2023-03-08 00:06:41 -05:00
Jiaying Wang
04a0fddb95
Update .github/ISSUE_TEMPLATE/service_developer_bug_report.yml 2023-03-08 00:06:36 -05:00
Jiaying Wang
113d49ae5b
Merge pull request #10291 from filecoin-project/chore/update-feature-enhancements
chore: github: update enhancement and feature templates
2023-03-08 00:02:39 -05:00
Jiaying Wang
decfb32b2b
Merge pull request #10289 from filecoin-project/chore/update-bug-template
chore: github: Update bug_report template
2023-03-08 00:02:19 -05:00
Phi
03f2efd0f9 Add tooling textbox
Add tooling textbox to template
2023-02-21 08:52:47 +01:00
Phi
7f6fbe22c6 Add initial service/dev bug template
Initial service/dev bug template
2023-02-17 10:33:52 +01:00
Phi
27d4d02fe5 Update enhancement and feature templates
Update enhancement and feature_request templates:

- Removing unnecessary checklist options.
   - These have been move to the Github New Issue UI to reduce text overhead: #10268
- Remove deprecated components options
- Add FVM/FEVM component
2023-02-16 13:11:10 +01:00
Phi
d3e715594b chore: github: Update bug_report template
Update bug_report template:

- Removing unnecessary checklist options.
   - Some of these has been move to the Github New Issue UI to reduce overhead
- Remove deprecated components options
- Add FVM/FEVM component
2023-02-16 10:59:45 +01:00
Phi-rjan
3879c80e6f
Add link to discussion and FIPs in New Issue
In our current issue flow, we ask a lot checklist questions :

`This is not a question or a support request. If you have any lotus related questions, please ask in the lotus forum.`
`This is not a new feature or an enhancement to the Filecoin protocol. If it is, please open an FIP issue. *`

This information is better displayed in the `New Issue` chooser, to guide users to the relevant place for posting. This file will add two new entries in the issue chooser:
- A entry that links to the Lotus Github Discussion pager for Lotus questions or troubleshooting
- A entry that links to the FIPs repo for Filecoin protocol feature or enhancements
2023-02-14 11:13:55 +01:00
Geoff Stuart
0cc63f6896 Enable code ql for release branches 2023-01-26 02:46:45 -05:00
Geoff Stuart
291deaa017 Update codeql to v2 2023-01-26 01:58:29 -05:00
Ian Davis
ca3b7c3bcf Also update version in CodeQl analysis github action 2022-11-23 19:32:17 +00:00
Łukasz Magiera
2f046ec8db misc: github: Cleanup PR template 2022-10-12 10:30:12 +02:00
TippyFlitsUK
ea53f12a98 chore: Fix dead links to docs.filecoin.io 2022-09-14 00:10:22 +01:00
Shrenuj Bansal
217cc846c3 Address more comments 2022-08-26 11:55:20 -04:00
Łukasz Magiera
af1de800c8
Merge pull request #8490 from galargh/patch-1
ci: deps: Use testground-github-action from testground org
2022-05-23 19:12:12 +02:00
Steven Allen
5f5bd31f58 chore: update golang and go-ipfs
1. go 1.16.4 is not supported.
2. go-ipfs 0.4.22 is NOT SUPPORTED!
3. switch go cimg/go
4. Remove unnecessary CI dependencies.
2022-04-20 12:06:25 +02:00
Piotr Galar
9277c2d68d
Use testground-github-action from testground org 2022-04-14 13:45:55 +02:00
Jiaying Wang
fa8372a83b
Update pull_request_template.md
- remove misc, can use chore instead
- add deps for area
2022-01-10 19:07:54 -05:00
Jiaying Wang
57fa377730
Update pull_request_template.md 2022-01-07 19:02:51 -05:00
Jiaying Wang
d4f46122f7
Remove ticket number from the title
issue number in PR title is not that useful because reader cannot click it and need to mention the issue in the body for auto close either way.
2022-01-07 19:01:32 -05:00
Jiaying Wang
52fbee6749
Update .github/pull_request_template.md 2021-12-16 23:01:03 -05:00
Jiaying Wang
0f0a70e251
Update .github/pull_request_template.md 2021-12-16 23:00:58 -05:00
Jiaying Wang
c2437b7bf2
Create pull_request_template.md
This is the very first iteration of the lotus PR template. The goal of adding PR template is to standardize PR requests and encourage contributors to:
- come up with good PR descriptions to give code reviewers a clear overview of what's in the PR 
- have a clear PR title as lotus generates a change log based on it
- check that tests and documentation for the codes that changed are icnluded 

The PR type follows the https://www.conventionalcommits.org/en/v1.0.0-beta.2/.  The [contribution guideline](https://github.com/filecoin-project/lotus#contribute) should be updated with how to create a pr after the template is accepted.
2021-12-01 22:37:22 -05:00
Travis Person
ac2194b0eb sync branch main with master on updates 2021-09-21 20:07:41 +00:00
Steven Allen
737ee90e69 Revert "Merge pull request #7187 from filecoin-project/test/disable-broken-testground"
This reverts commit a9826dce27, reversing
changes made to 8bcd917c12.
2021-08-26 14:27:28 -07:00
Steven Allen
b9015f8f29 fix: disable broken testground integration test 2021-08-26 12:25:35 -07:00
Jiaying Wang
5ca128e8bb
Update .github/ISSUE_TEMPLATE/enhancement.yml
Co-authored-by: Jacob Heun <jacobheun@gmail.com>
2021-08-18 12:10:08 -04:00
Jennifer Wang
c143fa922e format fix 2021-08-18 11:32:06 -04:00
Jennifer Wang
192fb159d2 copy paste is evil 2021-08-18 11:31:08 -04:00
Jennifer Wang
47d9a69802 renive and make area selection multi-optionable 2021-08-18 11:29:52 -04:00
Steven Allen
01c786c141 chore: fixup issue templates
1. Render logs/version as text, body as markdown. Previously, the _body_
was rendered as bash.
2. Fix spelling of "required".
2021-07-27 18:48:08 -07:00
Jennifer Wang
06d01d7dc0 Add github actions for staled pr 2021-07-27 05:33:48 -04:00
Jennifer Wang
f09c4733ad Fix links in issue templates 2021-07-23 18:39:41 -04:00
Jennifer Wang
816ee0b004 Update issue templates and add templates for M1 2021-07-23 18:32:54 -04:00
Jennifer Wang
e41bc229e3 Address the feedbacks 2021-07-23 00:36:31 -04:00
Jennifer Wang
bda25dd6f2 Use forms for creating lotus issues. 2021-07-23 00:36:31 -04:00
Steve Loeppky
d8431da9b9
Resurrect CODEOWNERS, but for maintainers group
Per updated CR policies for this repo, we want non-draft PRs to be assigned to the filecoin-project/lotus-maintainers team.
2021-07-16 22:53:26 -07:00
Jennifer
71ddbdaf10
Update stale.yml 2021-07-14 02:52:39 -04:00
Jennifer
856cbb2ca0
Create stale.yml
Mark any issue thats labeled with `hint/needs-author-input` and has no activity more than 5 days as stale and give a 24 hours notice before closing.
2021-07-14 02:50:18 -04:00
Cory Schwartz
e1242a20ee upgrade to v1.1 2021-06-07 09:54:08 -07:00
Cory Schwartz
abf9bd0c4d test master 2021-06-07 09:38:06 -07:00
Łukasz Magiera
f1ebf320b5 Fix codeql with go 1.16 2021-06-02 12:49:11 +02:00
Aayush Rajasekaran
9837fe27d7
Delete CODEOWNERS 2021-05-18 19:14:15 -04:00
Łukasz Magiera
dd2b44351c
Drop graphsync testplan from CI 2021-04-29 18:50:13 +02:00