Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add information on taking up issues. #7854

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

obasekiosa
Copy link
Contributor

@obasekiosa obasekiosa commented Dec 2, 2024

Changes

  • Template updates

Types of changes

What types of changes does your code introduce?

  • Bugfix (a non-breaking change that fixes an issue)
  • New feature (a non-breaking change that adds functionality)
  • Breaking change (a change that causes existing functionality not to work as expected)
  • Optimization
  • Refactoring
  • Documentation update
  • Build-related changes
  • Other: Description

Testing

Requires testing

  • Yes
  • No

If yes, did you write tests?

  • Yes
  • No

Documentation

Requires documentation update

  • Yes
  • No

Requires explanation in Release Notes

  • Yes
  • No

@obasekiosa
Copy link
Contributor Author

@rubo
please take a look at this

src/bench_precompiles Show resolved Hide resolved
src/tests Show resolved Hide resolved
Comment on lines +54 to +57
#### Meets [contribution](../CONTRIBUTING.md) and [code of conduct](../CODE_OF_CONDUCT.md) guidelines
- [ ] Yes
- [ ] No

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yet another set of checkboxes. Even our team doesn't fill these. People will ignore it. I can't see someone submitting a PR and checking "No" for meeting contributing guidelines and the code of conduct.

Maybe we can modify the start text to mention contributing guide as follows:

Please choose one of the keywords above to refer to the issue this PR solves, followed by the issue number (e.g., Fixes #000). If no issue number, remove the line. Also, remove everything marked optional that is not applicable. Please read and follow our contributing guidelines. Remove this note after reading.

We already have this in README as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

true will remove. this.

Comment on lines +10 to +14
Note: Before attempting and issue please go through the [contribution guidelines](../../CONTRIBUTING.md) and
[code of conduct page](../../CODE_OF_CONDUCT.md) especially
the [section about attempting an issue](../../CONTRIBUTING.md#attempting-an-issue) and the [do's and don't's](../../CONTRIBUTING.md#dos-and-donts).


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same concern as above.

Copy link
Contributor Author

@obasekiosa obasekiosa Dec 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not necessarily the case this isn't for the internal team tbh.
Its for anyone saying "hi I want to take an issue".
This way no one says that because they read it.

But We could reduce it to just the attempting an issue page.

Comment on lines +10 to +14
Note: Before attempting and issue please go through the [contribution guidelines](../../CONTRIBUTING.md) and
[code of conduct page](../../CODE_OF_CONDUCT.md) especially
the [section about attempting an issue](../../CONTRIBUTING.md#attempting-an-issue) and the [do's and don't's](../../CONTRIBUTING.md#dos-and-donts).


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see any problems with submitting issues. Why do we need to stress this here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this shows up on a summit-ed issue. It's not a guide line for submitting issues but for taking an issue up.

Same resolution as i said above.

Comment on lines +31 to +37
### Attempting an issue
Feel free to pick up any **unassigned** issue from the issues page to work on.
You can begin working on an issue by asking clearifying questions on the specific issues page or by
submit a pull request linking to the issue even if just a simple draft to indicate you are working on the issue.
The pull request would be reviewed and merged if it passes the review or more changes would be requested.
Note: Submitting a pull request does not imply the requested changes would be merged they could be completely rejected.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure we're okay with any unassigned issues being picked up by 3rd parties. It depends.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok true, easy fix just - Just the ones marked as "help wanted".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants