-
Updated
Apr 10, 2021 - Python
Project management
Project management is the practice of initiating, planning, executing, controlling, and closing the work of a team to achieve specific goals and meet specific success criteria at the specified time.
Here are 1,137 public repositories matching this topic...
-
Updated
Apr 10, 2021 - PHP
-
Updated
Apr 10, 2021 - Ruby
-
Updated
Apr 9, 2021 - CoffeeScript
@asaadmahmood this might need your recommendation on what to do here, my sense on the Windows App, v0.6 is that we should work on some of the auto-layout and min width settings.
Min width of default lay out too wide (UI gets cut-off if the app isn't sized really wide):
Min width
-
Updated
Mar 26, 2021 - TypeScript
-
Updated
Mar 30, 2021 - JavaScript
-
Updated
Jan 11, 2021 - Python
-
Updated
Dec 20, 2020 - Vue
-
Updated
Apr 5, 2021 - PHP
-
Updated
Jan 29, 2021 - C#
At this point, the 'table modification' actions are aligned left:
Hence, when scrolling the table to the right, they scroll out of view and cannot be used anymore:
Should
-
Updated
Aug 1, 2016 - JavaScript
-
Updated
Mar 31, 2021 - Java
Add a topic about how the extension works on Remote Development scenarios, the default/defined approach and alternative ways, like installing on remotes and shared configs
Hey there! Asking here as I couldn't answer this from the docs: is there a way we can run Toodles on a project (Node.js in this case), and generate a bunch of HTML/CSS/JS files that we can host along with other static reports we generate on every PR?
Dependency tracking
-
Updated
Mar 2, 2021 - Vue
-
Updated
Apr 3, 2021 - PHP
-
Updated
Apr 8, 2021 - PHP
-
Updated
Apr 8, 2021 - JavaScript
-
Updated
Feb 5, 2019 - C#
-
Updated
Sep 30, 2020 - Python
-
Updated
Apr 10, 2021 - Java
-
Updated
Nov 17, 2020 - Java
-
Updated
Jul 22, 2019 - Shell
-
Updated
Jan 15, 2021 - JavaScript
- Wikipedia
- Wikipedia
Project management apps
Jira Software + GitHub
Connect Jira to GitHub
GitKraken Boards
Free issue/task tracking boards that sync in real-time with GitHub Issues
Sync by Unito
Build workflows across tools and teams. Integrate GitHub with Jira, Trello, Asana, HubSpot, Zendesk, Basecamp, Wrike and more
WakaTime
Metrics, goals, and time tracking automatically generated from your programming activity
Slack + GitHub
Connect your code without leaving Slack
ZenHub
Agile Task Boards, Epics, Estimates & Reports, all within GitHub's UI
DeepAffects
Metrics for Team Dynamics & Productivity
Issue-Label Bot
Automatically label GitHub Issues with machine learning
Stale
Closes stale issues and pull requests
Zube
Agile project management that lets the entire team work with developers on GitHub
WIP
DO NOT MERGE – as a service
Octobox
Spend less time managing your GitHub notifications
Azure Boards
Connects Azure Boards with GitHub to plan, track, and discuss work across your teams
Codetree
Lightweight project management for GitHub issues
LeanBoard
Whiteboard with sticky notes, connected with your GitHub issue



Expected behavior
With
projectile-create-missing-test-filesenabled, when usingprojectile-toggle-between-implementation-and-testin a file like.../src/main/.../foo.scala, Projectile should always create a file.../src/test/.../fooSpec.scalain the corresponding test directory if such file doesn't exist.Actual behavior
If the project already contains a file with a name